Guest User

Untitled

a guest
Aug 10th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.70 KB | None | 0 0
  1. GLOB sdist-make: /home/brian/Documents/code/ais-play-battleship/setup.py
  2. py36 inst-nodeps: /home/brian/Documents/code/ais-play-battleship/.tox/dist/ais_play_battleship-0.1.zip
  3. py36 installed: ais-play-battleship==0.1,atomicwrites==1.1.5,attrs==18.1.0,more-itertools==4.3.0,pluggy==0.7.1,py==1.5.4,pytest==3.7.1,six==1.11.0
  4. py36 runtests: PYTHONHASHSEED='3335697102'
  5. py36 runtests: commands[0] | pip install . --quiet
  6. py36 runtests: commands[1] | py.test -q
  7.  
  8. =========================================================================================== ERRORS ===========================================================================================
  9. ____________________________________________________________________________ ERROR collecting tests/ship_test.py _____________________________________________________________________________
  10. ImportError while importing test module '/home/brian/Documents/code/ais-play-battleship/tests/ship_test.py'.
  11. Hint: make sure your test modules/packages have valid Python names.
  12. Traceback:
  13. tests/ship_test.py:5: in <module>
  14.     import ais_play_battleship
  15. E   ModuleNotFoundError: No module named 'ais_play_battleship'
  16. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  17. 1 error in 0.10 seconds
  18. ERROR: InvocationError for command '/home/brian/Documents/code/ais-play-battleship/.tox/py36/bin/py.test -q' (exited with code 2)
  19. __________________________________________________________________________________________ summary ___________________________________________________________________________________________
  20. ERROR:   py36: commands failed
Advertisement
Add Comment
Please, Sign In to add comment