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
Introduction
There is a command that is used to run tests:
python3 -m pyclustering.tests
Almost the same behind setup.py test:
python3 setup.py test
Both commands depends on current path. If in case of the second command it is logical to be the same folder, but the first one could be called from every place.
The issue is related to #607.
The issue is blocking: #610.
Acceptance Criteria
Make it possible to run tests from every current folder using python3 -m pyclustering.tests.
The text was updated successfully, but these errors were encountered:
Introduction
There is a command that is used to run tests:
Almost the same behind
setup.py test
:Both commands depends on current path. If in case of the second command it is logical to be the same folder, but the first one could be called from every place.
The issue is related to #607.
The issue is blocking: #610.
Acceptance Criteria
python3 -m pyclustering.tests
.The text was updated successfully, but these errors were encountered: