Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GLOB sdist-make: /home/brian/Documents/code/ais-play-battleship/setup.py
- py36 inst-nodeps: /home/brian/Documents/code/ais-play-battleship/.tox/dist/ais_play_battleship-0.1.zip
- 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
- py36 runtests: PYTHONHASHSEED='3335697102'
- py36 runtests: commands[0] | pip install . --quiet
- py36 runtests: commands[1] | py.test -q
- =========================================================================================== ERRORS ===========================================================================================
- ____________________________________________________________________________ ERROR collecting tests/ship_test.py _____________________________________________________________________________
- ImportError while importing test module '/home/brian/Documents/code/ais-play-battleship/tests/ship_test.py'.
- Hint: make sure your test modules/packages have valid Python names.
- Traceback:
- tests/ship_test.py:5: in <module>
- import ais_play_battleship
- E ModuleNotFoundError: No module named 'ais_play_battleship'
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 1 error in 0.10 seconds
- ERROR: InvocationError for command '/home/brian/Documents/code/ais-play-battleship/.tox/py36/bin/py.test -q' (exited with code 2)
- __________________________________________________________________________________________ summary ___________________________________________________________________________________________
- ERROR: py36: commands failed
Advertisement
Add Comment
Please, Sign In to add comment