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