12 lines
103 B
Python
12 lines
103 B
Python
# -*- coding: utf-8 -*-
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def request():
|
|
pass
|
|
|
|
|
|
def test():
|
|
pass
|