Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Creating test database for alias 'default'...
  2. System check identified no issues (0 silenced).
  3. E
  4. ======================================================================
  5. ERROR: flowchart.tests (unittest.loader._FailedTest)
  6. ----------------------------------------------------------------------
  7. ImportError: Failed to import test module: flowchart.tests
  8. Traceback (most recent call last):
  9. File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
  10. module = self._get_module_from_name(name)
  11. File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
  12. __import__(name)
  13. File "/home/kyle/development/esof423/Front-end/PsyGuideSite/flowchart/tests.py", line 5, in <module>
  14. class TestViewFunctions(unittest.TestCase):
  15. NameError: name 'unittest' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement