tests.py 104 B

123456
  1. import doctest
  2. def test_all():
  3. """Run all tests."""
  4. return doctest.DocFileSuite('README.rst')