Skip to content
Snippets Groups Projects
Commit 9c06c0a4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT

parent faf268f6
No related branches found
No related tags found
No related merge requests found
[pytest] [pytest]
testpaths = unittests testpaths = unittests
addopts = -vv addopts = -vv
python_paths = src
...@@ -27,6 +27,8 @@ from tempfile import NamedTemporaryFile ...@@ -27,6 +27,8 @@ from tempfile import NamedTemporaryFile
import caosdb as db import caosdb as db
from caosadvancedtools.cfood import AbstractCFood from caosadvancedtools.cfood import AbstractCFood
# TODO this is more like an integration test. should be moved
class CFoodTest(unittest.TestCase): class CFoodTest(unittest.TestCase):
def setUp(self): def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment