mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-17 19:15:55 +08:00
7 lines
67 B
Python
7 lines
67 B
Python
from pytest import fixture
|
|
|
|
|
|
@fixture()
|
|
def admin_user():
|
|
pass
|