[ckan-changes] [okfn/ckan] a541fc: [#1117] Remove SQLite from testing docs
GitHub
noreply at github.com
Thu Aug 1 08:46:19 UTC 2013
Branch: refs/heads/1117-start-new-test-suite
Home: https://github.com/okfn/ckan
Commit: a541fc56c36c2df9a7f1aaee72915880a70dd748
https://github.com/okfn/ckan/commit/a541fc56c36c2df9a7f1aaee72915880a70dd748
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M doc/test.rst
Log Message:
-----------
[#1117] Remove SQLite from testing docs
Commit: a87c0ba85c8fa3777c4761fa1a2483a217210548
https://github.com/okfn/ckan/commit/a87c0ba85c8fa3777c4761fa1a2483a217210548
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M doc/test.rst
Log Message:
-----------
[#1117] Minor edits to testing docs
Commit: 1267791442003c995110abb4b15792db9f2cbb94
https://github.com/okfn/ckan/commit/1267791442003c995110abb4b15792db9f2cbb94
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths:
M dev-requirements.txt
Log Message:
-----------
Merge branch '1117-start-new-test-suite' of github.com:okfn/ckan into 1117-start-new-test-suite
Commit: 3a0bb7658395b17f60c4ee57e16866e4609c80a1
https://github.com/okfn/ckan/commit/3a0bb7658395b17f60c4ee57e16866e4609c80a1
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M ckan/new_tests/factories.py
M ckan/new_tests/lib/navl/test_validators.py
M ckan/new_tests/logic/action/test_update.py
M ckan/new_tests/logic/auth/test_update.py
M ckan/new_tests/logic/test_validators.py
Log Message:
-----------
[#1117] PEP8 fixes
Make the PEP8 tests happy
Commit: 282545ca9ece66eba8da9078de012ded815d2e00
https://github.com/okfn/ckan/commit/282545ca9ece66eba8da9078de012ded815d2e00
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
A __init__.py b/ckan/new_tests/lib/__init__.py
A ckan/new_tests/logic/auth/__init__.py
A navl/__init__.py b/ckan/new_tests/lib/navl/__init__.py
Log Message:
-----------
[#1117] Add __init__.py files to new_tests subdirs
This means that nosetests finds the test modules when given a directory
as argument (and not just when you tell it the exact test file)
Commit: 135c59b3de2d518643d94ea5faaa033801135792
https://github.com/okfn/ckan/commit/135c59b3de2d518643d94ea5faaa033801135792
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-08-01 (Thu, 01 Aug 2013)
Changed paths:
M ckan/new_tests/logic/action/test_update.py
Log Message:
-----------
[#1117] Remove uses of assert_raises as context manager
Using assert_raises as a context manager isn't supported in Python 2.6.
Tests were failing on Travis when run with Python 2.6. Hopefully this
fixes them.
Compare: https://github.com/okfn/ckan/compare/7a9d31a14a27...135c59b3de2d
More information about the ckan-changes
mailing list