[Python-modules-commits] [django-nose] branch upstream updated (95c8d98 -> 4ee0cc5)
Michael Fladischer
fladi at moszumanska.debian.org
Fri Oct 16 16:43:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-nose.
from 95c8d98 Imported Upstream version 1.4.1
adds 4ee0cc5 Import django-nose_1.4.2.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 21 +-
.travis.yml | 91 +++--
AUTHORS.rst | 58 +++
CONTRIBUTING.rst | 137 ++++++++
MANIFEST.in | 21 +-
Makefile | 78 +++++
README.rst | 389 ++-------------------
changelog.rst | 102 ++++++
changelog.txt | 28 --
contribute.json | 2 +-
django_nose/__init__.py | 12 +-
django_nose/fixture_tables.py | 42 ++-
django_nose/management/__init__.py | 1 +
django_nose/management/commands/__init__.py | 1 +
django_nose/management/commands/test.py | 8 +-
django_nose/plugin.py | 56 +--
django_nose/runner.py | 96 ++---
django_nose/testcases.py | 12 +-
django_nose/tools.py | 106 +++---
django_nose/utils.py | 8 +-
docs/Makefile | 177 ++++++++++
.../management/__init__.py => docs/_static/.keep | 0
docs/authors.rst | 1 +
docs/changelog.rst | 1 +
docs/conf.py | 263 ++++++++++++++
docs/contributing.rst | 1 +
docs/index.rst | 29 ++
docs/installation.rst | 33 ++
docs/make.bat | 242 +++++++++++++
docs/upgrading.rst | 51 +++
README.rst => docs/usage.rst | 185 +---------
manage.py | 11 +
requirements-rtd.txt | 4 +
requirements.txt | 46 +++
runtests.sh | 189 ++++++++--
setup.cfg | 19 +
setup.py | 40 ++-
testapp/__init__.py | 1 +
testapp/custom_runner.py | 4 +-
testapp/fixtures/testdata.json | 19 +
testapp/migrations/0001_initial.py | 42 +++
testapp/migrations/__init__.py | 1 +
testapp/models.py | 32 ++
testapp/plugin_t/test_with_plugins.py | 2 +
testapp/plugins.py | 7 +-
testapp/runtests.py | 9 +-
testapp/settings.py | 48 ++-
testapp/settings_old_style.py | 15 -
testapp/settings_with_plugins.py | 6 -
testapp/settings_with_south.py | 4 -
testapp/south_migrations/0001_initial.py | 54 +++
testapp/south_migrations/__init__.py | 1 +
testapp/test_for_nose.py | 1 +
testapp/test_only_this.py | 1 +
testapp/tests.py | 53 +++
tox.ini | 35 +-
unittests/test_databases.py | 23 +-
57 files changed, 2087 insertions(+), 832 deletions(-)
create mode 100644 AUTHORS.rst
create mode 100644 CONTRIBUTING.rst
create mode 100644 Makefile
create mode 100644 changelog.rst
delete mode 100644 changelog.txt
create mode 100644 docs/Makefile
copy django_nose/management/__init__.py => docs/_static/.keep (100%)
create mode 100644 docs/authors.rst
create mode 100644 docs/changelog.rst
create mode 100644 docs/conf.py
create mode 100644 docs/contributing.rst
create mode 100644 docs/index.rst
create mode 100644 docs/installation.rst
create mode 100644 docs/make.bat
create mode 100644 docs/upgrading.rst
copy README.rst => docs/usage.rst (53%)
create mode 100755 manage.py
create mode 100644 requirements-rtd.txt
create mode 100644 requirements.txt
create mode 100644 setup.cfg
create mode 100644 testapp/fixtures/testdata.json
create mode 100644 testapp/migrations/0001_initial.py
create mode 100644 testapp/migrations/__init__.py
create mode 100644 testapp/models.py
delete mode 100644 testapp/settings_old_style.py
delete mode 100644 testapp/settings_with_plugins.py
delete mode 100644 testapp/settings_with_south.py
create mode 100644 testapp/south_migrations/0001_initial.py
create mode 100644 testapp/south_migrations/__init__.py
create mode 100644 testapp/tests.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git
More information about the Python-modules-commits
mailing list