-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve Unit testing #50
Comments
Maybe tox is an option. |
basic infrastructure is now ready: |
Not called unittests --> see list in first post. |
* adds a unittest loader for the existing doctests * this might be interesting for a bigger scope * relevant to #50
Plus: have a look at |
The project should use unittests. For this a structure should be designed to easily test the whole project.
How should the Unittest-files be namend? Should the classes be in the same file as the program code? How to find all unit-tests in the project?
Not called unittests:
pythoscope
The text was updated successfully, but these errors were encountered: