Created
January 22, 2021 16:51
-
-
Save manisnesan/693a48ed3033e58ebd77119a68a23eff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
poetry run pytest --no-cov | |
============================================================================================================ test session starts ============================================================================================================ | |
platform linux -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 | |
rootdir: /home/msivanes/0Work/routing/language-detection | |
plugins: cov-2.10.1 | |
collected 14 items / 1 error / 13 selected | |
================================================================================================================== ERRORS =================================================================================================================== | |
____________________________________________________________________________________ ERROR collecting functional_tests/suite/language_detection_test.py _____________________________________________________________________________________ | |
ImportError while importing test module '/home/msivanes/0Work/routing/language-detection/functional_tests/suite/language_detection_test.py'. | |
Hint: make sure your test modules/packages have valid Python names. | |
Traceback: | |
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module | |
return _bootstrap._gcd_import(name[level:], package, level) | |
functional_tests/suite/language_detection_test.py:4: in <module> | |
import allure | |
E ModuleNotFoundError: No module named 'allure' | |
========================================================================================================== short test summary info ========================================================================================================== | |
ERROR functional_tests/suite/language_detection_test.py | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
============================================================================================================= 1 error in 0.76s ============================================================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment