Skip to content

Commit

Permalink
Update test usite
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Mar 17, 2022
1 parent b0aa5c0 commit f2cf270
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 197 deletions.
1 change: 1 addition & 0 deletions ckanext/cloudstorage/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from ast import literal_eval
from datetime import datetime, timedelta
import traceback

from ckan import model
from ckan.lib import munge
import ckan.plugins as p
Expand Down
190 changes: 0 additions & 190 deletions ckanext/cloudstorage/tests/fixtures.py

This file was deleted.

6 changes: 0 additions & 6 deletions conftest.py

This file was deleted.

1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest-ckan
pytest-mock==3.6.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning
addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb
addopts = --ckan-ini test.ini

0 comments on commit f2cf270

Please sign in to comment.