rrebase/knboard

View on GitHub
backend/boards/demo.py

Summary

Maintainability
A
0 mins
Test Coverage

Function create_demo_board has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

def create_demo_board(user):
    board = Board.objects.create(name="Project Abydos", owner=user)
    try:
        alice = User.objects.get(username="alice")
    except User.DoesNotExist:
Severity: Minor
Found in backend/boards/demo.py - About 1 hr to fix

There are no issues that match your filters.

Category
Status