Skip to content

Commit

Permalink
cleaning up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Feb 5, 2025
1 parent a41a98c commit 6c56de3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ckanext/fjelltopp_security/tests/test_groups.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from ckan.tests import factories
from ckan.logic import ValidationError
from ckan.tests.helpers import call_action

Expand Down
1 change: 0 additions & 1 deletion ckanext/fjelltopp_security/tests/test_organizations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from ckan.tests import factories
from ckan.logic import ValidationError
from ckan.tests.helpers import call_action

Expand Down
1 change: 0 additions & 1 deletion ckanext/fjelltopp_security/tests/test_users.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from ckan.tests import factories
from ckan.logic import ValidationError
from ckan.tests.helpers import call_action

Expand Down

0 comments on commit 6c56de3

Please sign in to comment.