__init__.py 220 B

123456789
  1. #
  2. # Python unit test runner
  3. #
  4. # Author : Sander Mathijs van Veen <smvv@kompiler.org>
  5. # License: GPL version 3, see also the file `LICENSE'.
  6. #
  7. from runner import TextTestRunner, main
  8. __all__ = ['TextTestRunner', 'main']