Created
March 24, 2010 11:38
-
-
Save rctay/342208 to your computer and use it in GitHub Desktop.
(MOVED 1122404) [dulwich] running tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dulwich - test commands | |
python setup.py test -s dulwich.tests | |
python setup.py test -s dulwich.tests.test_repository.RepositoryTests | |
# with nose - exclude compat | |
nosetests -e compat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment