1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
LICENSE
MANIFEST.in
README.rst
changelog.txt
runtests.sh
setup.py
django_nose/__init__.py
django_nose/fixture_tables.py
django_nose/plugin.py
django_nose/runner.py
django_nose/testcases.py
django_nose/utils.py
django_nose.egg-info/PKG-INFO
django_nose.egg-info/SOURCES.txt
django_nose.egg-info/dependency_links.txt
django_nose.egg-info/not-zip-safe
django_nose.egg-info/requires.txt
django_nose.egg-info/top_level.txt
django_nose/management/__init__.py
django_nose/management/commands/__init__.py
django_nose/management/commands/test.py
testapp/.DS_Store
testapp/__init__.py
testapp/plugins.py
testapp/runtests.py
testapp/settings.py
testapp/settings_old_style.py
testapp/settings_with_plugins.py
testapp/settings_with_south.py
testapp/test_for_nose.py
testapp/test_only_this.py
testapp/plugin_t/test_with_plugins.py
|