Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[installer] Impossible to run tests after installation #648

Closed
1 task done
annoviko opened this issue Oct 27, 2020 · 0 comments
Closed
1 task done

[installer] Impossible to run tests after installation #648

annoviko opened this issue Oct 27, 2020 · 0 comments
Assignees
Labels
Bug Tasks related to found bugs

Comments

@annoviko
Copy link
Owner

annoviko commented Oct 27, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Tasks related to found bugs
Projects
None yet
Development

No branches or pull requests

1 participant