Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 23-dyn-attr-prop/oscon/test_schedule_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import schedule_v1 as schedule


@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)

Expand Down
2 changes: 1 addition & 1 deletion 23-dyn-attr-prop/oscon/test_schedule_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import schedule_v2 as schedule

@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)

Expand Down
2 changes: 1 addition & 1 deletion 23-dyn-attr-prop/oscon/test_schedule_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import schedule_v3 as schedule

@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)

Expand Down
2 changes: 1 addition & 1 deletion 23-dyn-attr-prop/oscon/test_schedule_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import schedule_v4 as schedule

@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)

Expand Down
2 changes: 1 addition & 1 deletion 23-dyn-attr-prop/oscon/test_schedule_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import schedule_v5 as schedule

@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)

Expand Down