10 lines
107 B
Python
10 lines
107 B
Python
# Prepare
|
|
|
|
import pytest
|
|
from common import TurboPMAC
|
|
|
|
|
|
@pytest.fixture
|
|
def lin1():
|
|
return TurboPMAC()
|