6 lines
99 B
Python
6 lines
99 B
Python
from vidocp.config import CONFIG
|
|
|
|
|
|
def test_config():
|
|
assert CONFIG.test_dummy == "test_dummy"
|