This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
wikiteam
Watch
2
Star
0
Fork
0
You've already forked wikiteam
mirror of
https://github.com/WikiTeam/wikiteam
synced
2024-11-12 07:12:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bbd999da33
wikiteam
/
.gitignore
5 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ignoring .pyc files
2014-06-30 20:57:09 +00:00
*.pyc
testing/*.pyc
first test
2014-06-30 20:55:29 +00:00
testing/dumpgenerator.py
Easily run tests in a virtualenv with tox and nose tox is a nice wrapper around virtualenv. It setup a new env that makes sure you have a clean install without any module beside the standard one. If you need more modules, simply add them to 'deps =' and tox will install them from pypi. nose makes testing easier, it find any files that looks like a test and run them for you. The envs are created in /.tox so ignore that directory entirely.
2014-06-30 22:45:40 +00:00
/.tox
Reference in New Issue
Copy Permalink