Passed
Push — master ( 1fde47...705ffc )
by manny
01:51
created

test_qualifier   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 9
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 8
dl 0
loc 9
rs 10
c 0
b 0
f 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A test_not_written_yet() 0 2 1
1
from datetime import datetime, time, timedelta, timezone
2
from gadgets.qualifier import Qualifier
3
from models.race import Entrant, Goal, Race, Status
4
from tests.users_for_testing import get_test_user, get_test_entrant
5
from tests.categories_for_testing import get_test_race_category
6
7
def test_not_written_yet():
8
    assert True