Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Upgrade django-nose
Browse files Browse the repository at this point in the history
The current version has a conflict with Django 1.5
that causes tests not to run.

Changelog:

4ffb4fa Update the version notes.
41130bb Merge pull request #139 from mgedmin/patch-1
77bf19a Fix ReST error that breaks rendering on PyPI
a9f98c1 release 1.2 with python 3 support
a420186 fixing #123
12ef57a from itertools import product (fixes #130)
51c3d1d don't test django master with python 2.6
d8fa2c0 run Travis tests against Django master
4908503 py3 compat without six (via @jonashaag)
193aa86 Set up simultaneous python 2/3 compatibility.
cff3b1c ci me
c8366ed Fix obscure "'SkipDatabaseCreation' object has no attribute
'_rollback_works'" AttributeError when attempting to run django_nose
tests with REUSE_DB=1 on Django trunk (pre-v1.5)
627d896 add some secret keys
9d5f341 Merge pull request #96 from ramiro/patch-1
7fd0132 Free Django's assertion helpers, like `assert_contains()`, from
their TestCase shackles. Thanks, mjtorn!
a4b426d Depend on a newer nose so assertion helpers aren't no-ops under
python -O.
b28fbc9 Change test reordering link to Django 1.4 docs
66d895e Reset sequences only for tables in the correct DB, when using
multiple DBs.
04839d2 Restore the model cache after mocking, and make a few style
tweaks.
01d094a Improve doc string of runner.BasicNoseRunner.run_tests()
174119c Merge nose-verbosity option.
6adbff2 Fix bad iterated options for nose
c505562 Added nose-verbosity option based on pull request by @mzdaniel
fixes #6
b79291f Merge in Camilo's PEP 8 fixes and unused import removals.
9d9d704 Revert fixture_tables PEP8 fixes.
e133cd4 A couple of final PEP8 tweaks
b6c07c9 PEP8 fixes
1e3fcd8 PEP8 fixes
b142a65 PEP8 fixes
d3f7a45 Removed non required imports
e3942c2 Tweaks some comments.
83869cc Merge pull request #84 from ashchristopher/master
d965816 Fixed typos.
c3d045d Updated README to reflect non-intuitive upgrade path
a08d977 Adding unittests for
NoseTestSuiteRunner._get_models_for_connection.
5747417 Reset sequences only for tables that exists.
5951b88 Forget about advising about REUSE_DB. Tweak some docstring and
code formatting.
a4865e8 Stop suggesting REUSE_DB until we figure out #76.
7076a5a Tiny readme tweaks
4657e1d Put a date on the 1.1 release.
4ec548b Polish docs for 1.1 release. Kinda closes #71.
9b89deb Note REUSE_DB incompatible with unhygienic TransactionTestCases.
Closes #73.
178a8a5 Models defined anywhere that's run at test-loading time now get
their DB tables properly created. Fixes #15.
267b87e Document hygienic TransactionTestCases.
897550c Merge adepue's --liveserver fixes.
6490fb3 Mention the --liveserver fix in README.
6aaab6a Merge the two test-reordering plugins; there can be only one
prepareTest. (I think it should be chainable.)
62b7b49 Bump version to 1.1.
f9d759c Make FastFixtureTestCase and TransactionTestCaseReorderer get
along better.
1fd5da8 Add an always-on plugin that makes sure TransactionTestCases run
last. Fixes #70.
0268292 Add liveserver run attributes to django specific, so they don't
get passed down to nose
274eb8b Note that we don't support Django 1.0. Closes #64.
4463e74 Note some nice things about being able to use nose.
bb25afd Tweak comment formatting.
7df1020 Merge in Roger's SQLAlchemy connection pooling fix. Bump version
to 1.0.1.
c7e2d5d SQLAlchemy fix
40e20ba Fix RST formatting in version history.
f0d033f Remove an invalid trove classifier.
30188c1 Nail down version numbers for dependencies.
291be5a Use same wording in changelog as in readme.
5443b56 Add a few more trove classifiers. Include changelog in distro.
af2ec16 Inner functions? Private module-level functions? Let's decide on
one.
dec6a48 Add runtests.sh to manifest.
798c436 Factor up repetition for always-on plugins.
293d559 Polish up readme and changelog for 1.0 release.
a84a2d4 Merge refactor-all-the-things branch. Postgres, SQLite,
REUSE_DB, and FastFixtureTestCase.
e976b6b Don't prompt the user to pass REUSE_DB when doing so makes no
sense.
84c9e11 Call sql_reset_sequence() if the backend DB supports it.
Special-case MySQL because that backend can't be bothered.
2098c1c Kill a redundant comment and tweak formatting.
1d9e078 typo fix
8da107c Don't crash when using REUSE_DB=1 with in-memory SQLite DBs.
e45e831 fix so Postgres reset sequences will work
d37d2cd Tweak code formatting
833a7a8 remove unnecessary line
d3aea5f Remove dependency on MySQL and add Django v1.2 support for
REUSE_DB.
c944f1d remove dependency on MySQL, add Django v1.2 support for
REUSE_DB=1
46bf5ba Remove the disabled plugin which skipped setting up DBs if we
weren't going to run any DB-needing tests. Refs #41.
9764c3a Don't crash when `-p` is passed at verbosity level 2. Fixes #51.
937cd06 Remove settings_test from changelog. We're not doing that
anymore.
29397e0 Correct some lies in docstrings.
f2e4e25 more Django 1.2 compat fixes
0d8428b Flip an "if" around. No behavior changes.
43687f3 Rewrite FORCE_DB docs to REUSE_DB.
c1adc78 REUSE_DB now actually works.
d492250 fix support for Django v1.2
1f68246 Rip out settings_test support. Invert FORCE_DB flag.
53d7180 fix spelling
d2f8e3b fix copy-paste error
89e892b override Plugin.options() to avoid superclass's options() adding
the --with-* option, which we wouldn't use
a15e155 Force setting self.enabled, since superclass's methods would
override it.
a98b6cd Make Plugin classes inherit from nose.plugins.base.Plugin to
help ensure they implement the api required by nose.
e6423ac Tweak readme.
16f1afb Add myself as maintainer in setup.py.
116971a Rename RunnyNose→BasicNoseRunner, and move settings_test.py
support to the more basic runner.
403b1fe Pull a bunch of functionality out of test-utils. Bump version to
1.0.
6e768b7 Merge branch 'jbalogh-master'
dd860d4 Merge branch 'mjtorn-master'
9ee7fd0 Merge branch 'jbalogh-master' into mjtorn-master
f28092d Base tools on TransactionTestCase
45669b3 Merge branch 'mergetest'
8661f9c Merge branch 'mergetest' into mjtorn-master
7ea7bcf Merge branch 'master' of github.com:mjtorn/django-nose
dbd9344 Merge branch 'jbalogh-master'
b31e4a7 Merge branch 'jbalogh-master' into mergetest
c6529e6 Document assertions
407a130 Function for testing mail count
d628012 assert_mail_count function
25185b1 Merge branch 'master' into mjt-master
19af4b6 Make the heading doc string a bit more descriptive
51fc326 Rename file to tools.py for nose symmetry
068cd01 Docstrings for assert_code() and assert_ok()
fdbd371 Split long assert line
82c0886 Take test methods from Django, fixing their names
e150090 Replace Python asserts with what nose provides us
c41dc00 assert_code and assert_ok
3924e5f assert_template_not_used
77d63e8 assert_template_used
59b7495 assert_form_error
85a17f8 assert_not_contains
937a584 assert_contains
bcb284b assert_redirects function, fix signature Also a potential bug in
Django found and duely circumvented.
5553f2d Prefix for Django
48d5452 Content in Pythonesque functions
eb7d23b Signatures and dummy assertions
  • Loading branch information
pmac committed Dec 6, 2013
1 parent 1117ecc commit b5273fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django-nose
Submodule django-nose updated from 83c786 to 4ffb4f

0 comments on commit b5273fe

Please sign in to comment.