10 lines
204 B
Python
10 lines
204 B
Python
from pytest import fixture
|
|
|
|
import tungston.core.fauna.active as active
|
|
|
|
|
|
# Tests ############################################################################################
|
|
|
|
def test_syntax():
|
|
pass
|