8

Enable and fix lint

This commit is contained in:
Alex Muller
2018-01-08 09:08:11 +00:00
parent 808aa6d202
commit e3488e87ad
15 changed files with 38 additions and 39 deletions

View File

@@ -16,6 +16,8 @@ def test_time_rule_create():
segment=segment)
assert time_rule.start_time == datetime.time(8, 0, 0)
@pytest.mark.django_db
@freeze_time("10:00:00")
def test_requesttime_segment(client, site):