Merge pull request #17 from kbaikov/master
Use fixture instead of yield_fixture
This commit is contained in:
commit
b429f217d3
@ -3,7 +3,7 @@ import pytest
|
||||
import schedule_v1 as schedule
|
||||
|
||||
|
||||
@pytest.yield_fixture
|
||||
@pytest.fixture
|
||||
def records():
|
||||
yield schedule.load(schedule.JSON_PATH)
|
||||
|
||||
|
@ -2,7 +2,7 @@ import pytest
|
||||
|
||||
import schedule_v2 as schedule
|
||||
|
||||
@pytest.yield_fixture
|
||||
@pytest.fixture
|
||||
def records():
|
||||
yield schedule.load(schedule.JSON_PATH)
|
||||
|
||||
|
@ -2,7 +2,7 @@ import pytest
|
||||
|
||||
import schedule_v3 as schedule
|
||||
|
||||
@pytest.yield_fixture
|
||||
@pytest.fixture
|
||||
def records():
|
||||
yield schedule.load(schedule.JSON_PATH)
|
||||
|
||||
|
@ -2,7 +2,7 @@ import pytest
|
||||
|
||||
import schedule_v4 as schedule
|
||||
|
||||
@pytest.yield_fixture
|
||||
@pytest.fixture
|
||||
def records():
|
||||
yield schedule.load(schedule.JSON_PATH)
|
||||
|
||||
|
@ -2,7 +2,7 @@ import pytest
|
||||
|
||||
import schedule_v5 as schedule
|
||||
|
||||
@pytest.yield_fixture
|
||||
@pytest.fixture
|
||||
def records():
|
||||
yield schedule.load(schedule.JSON_PATH)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user