7 lines
103 B
Python
7 lines
103 B
Python
|
import pytest
|
||
|
import mapytex
|
||
|
|
||
|
def test_random_function():
|
||
|
assert 1 == 1
|
||
|
#mapytex.random("{a}")
|