You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed tox, but that gave a lot of errors:
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:68:52: E203 whitespace before ':'
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:69:80: E501 line too long (100 > 79 characters)
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:88:13: W503 line break before binary operator
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:89:13: W503 line break before binary operator
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:90:13: W503 line break before binary operator
./.venv/lib/python3.10/site-packages/virtualenv/seed/wheels/util.py:93:80: E501 line too long (88 > 79 characters)
Both
python tests/test_simple.py
andpython -m unittest discover
throw errors because of the importSo what's the correct way to test this package and other packages while in development?
The text was updated successfully, but these errors were encountered: