Python Library Unittest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 176B

12345678
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. #
  4. from unittest import module_status
  5. from unittest import run
  6. from unittest import test
  7. __DEPENDENCIES__ = ['fstools', 'report']