Skip to content

Commit

Permalink
clean-up contributor tests to split up cases and remove nested fixtur…
Browse files Browse the repository at this point in the history
…es added f-string and split-up files
  • Loading branch information
Johnetordoff committed Jan 27, 2025
1 parent a3e62f1 commit 3346b07
Show file tree
Hide file tree
Showing 5 changed files with 900 additions and 940 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from api.base.settings.defaults import API_BASE
from api_tests.nodes.views.test_node_contributors_detail import (
TestContributorDetail,
TestNodeContributorOrdering,
TestNodeContributorUpdate,
TestNodeContributorPartialUpdate,
TestNodeContributorDelete
)
from api_tests.nodes.views.test_node_contributors_detail_ordering import TestNodeContributorOrdering
from api_tests.nodes.views.test_node_contributors_detail_update import TestNodeContributorUpdate
from osf_tests.factories import (
DraftRegistrationFactory,
ProjectFactory,
Expand Down
Loading

0 comments on commit 3346b07

Please sign in to comment.