mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
13 lines
151 B
Text
13 lines
151 B
Text
*.egg-info
|
|
*.pot
|
|
*.py[co]
|
|
__pycache__
|
|
MANIFEST
|
|
dist/
|
|
docs/_build/
|
|
docs/locale/
|
|
node_modules/
|
|
tests/coverage_html/
|
|
tests/.coverage
|
|
build/
|
|
tests/report/
|