Merge remote-tracking branch 'origin/master' into merge-master
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def fix1(fix2):
|
||||
return 1
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def fix2(fix1):
|
||||
return 1
|
||||
|
||||
|
||||
def test(fix1):
|
||||
pass
|
||||
Reference in New Issue
Block a user