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

Add unit test python files to release package. #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tovrstra
Copy link

This makes it possible to run the tests from the source release. It would even be better to make the tests a subpackage of the unidiff main package. That would make it even easier to run the tests after installing then with pip: python -m unittest unidiff.test

This makes it possible to run the tests from the source release. It would even be better to make the tests a subpackage of the unidiff main package. That would make it even easier to run the tests after installing then with pip: `python -m unittest unidiff.test`
@kapilt
Copy link

kapilt commented Dec 8, 2019

this is pretty uncommon to do in most libraries or applications, i'm not sure whats the value proposition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants