File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
styleguide_example/test_examples/tests/selectors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : python manage.py migrate
29
29
- name : Run tests
30
30
run : |
31
- pip install -r requirements/test .txt
31
+ pip install -r requirements/tests .txt
32
32
py.test -s styleguide_example/
33
33
deploy_to_heroku :
34
34
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def test_selector_returns_all_school_courses_for_a_given_start_date(self):
88
88
def test_selector_returns_all_school_courses_for_a_given_period (self ):
89
89
school = SchoolFactory ()
90
90
91
- period_start = timezone . now ()
91
+ period_start = faker . date_object ()
92
92
period_end = period_start + timedelta (days = 100 )
93
93
94
94
started_school_course = SchoolCourseFactory (
You can’t perform that action at this time.
0 commit comments