__init__.py 95 B

12345
  1. from djangox.test.depth import alltests
  2. def suite():
  3. return alltests(__file__, __name__)