Studentmediene/kapina-backend

View on GitHub
api_graphql/tests.py

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Confirmed

@pytest.fixture(scope='session')
def django_db_setup(django_db_setup, django_db_blocker):
with django_db_blocker.unblock():
call_command('loaddata', 'test_fixtures.json')
Severity: Minor
Found in api_graphql/tests.py and 1 other location - About 35 mins to fix
data_models/tests.py on lines 13..16

There are no issues that match your filters.

Category
Status