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
Alistair Miles edited this page Feb 5, 2014
·
5 revisions
How do I contribute to petl?
The usual way: fork the repo, make a pull request. Please make sure you run the test cases before submitting a PR. Please also make sure you include test cases for any new features or functionality you develop.
How do I run the test cases?
The test cases are designed to be run using nose. If you've installed nose you should be able to just run nosetests from the repo root directory.