Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d5a56a

Browse files
author
David Read
committed
Theres really no need to test WSGI layer as well as logic layer. Lose ckanclient dependency too.
1 parent 362b6f4 commit 2d5a56a

4 files changed

Lines changed: 0 additions & 125 deletions

File tree

ckan/tests/legacy/test_coding_standards.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ class TestImportStar(object):
318318
'ckan/tests/legacy/models/test_user.py',
319319
'ckan/tests/legacy/pylons_controller.py',
320320
'ckan/tests/legacy/test_dumper.py',
321-
'ckan/tests/legacy/test_wsgi_ckanclient.py',
322321
'fabfile.py',
323322
]
324323
fails = {}
@@ -620,8 +619,6 @@ class TestPep8(object):
620619
'ckan/tests/legacy/test_dumper.py',
621620
'ckan/tests/legacy/test_plugins.py',
622621
'ckan/tests/legacy/test_versions.py',
623-
'ckan/tests/legacy/test_wsgi_ckanclient.py',
624-
'ckan/tests/legacy/wsgi_ckanclient.py',
625622
'ckan/websetup.py',
626623
'ckanext/datastore/bin/datastore_setup.py',
627624
'ckanext/datastore/logic/action.py',

ckan/tests/legacy/test_wsgi_ckanclient.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

ckan/tests/legacy/wsgi_ckanclient.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# These are packages that required when running ckan tests and building the docs
22

3-
-e git+https://github.com/okfn/ckanclient@a315a72eef74dda4831acd022ef84a1246803c73#egg=ckanclient-dev
43
docutils==0.8.1
54
httpretty==0.6.2
65
# nose==1.3.0 # already in requirements.txt

0 commit comments

Comments
 (0)