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

test_qualifier.test_not_written_yet()   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 2
rs 10
c 0
b 0
f 0
cc 1
nop 0
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