forked from VimPlug/jedi
7 lines
67 B
Python
7 lines
67 B
Python
from pytest import fixture
|
|
|
|
|
|
@fixture()
|
|
def admin_user():
|
|
pass
|