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

Reorganize package structure to avoid namespace pitfalls #9

Conversation

jambonrose
Copy link
Owner

Follows ionelmc 's packaging layout guide to avoid packaging pitfalls.

Allows tests to be run from runtests.py or from the setup.py script. Both accept an argument to limit the tests.

$ ./runtests.py tests.test_forms
$ ./setup.py test tests.test_forms

@jambonrose jambonrose merged commit 89f52a7 into development Jul 27, 2017
@jambonrose jambonrose deleted the reorganize_package_structure_to_avoid_namespace_pitfalls branch July 27, 2017 22:06
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.

1 participant