From 9c06c0a4bf3197679c808aca7afa9682f3d29208 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 22 May 2019 12:26:11 +0200
Subject: [PATCH] MAINT

---
 pytest.ini              | 1 +
 unittests/test_cfood.py | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/pytest.ini b/pytest.ini
index e65efaf9..211913fa 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,4 @@
 [pytest]
 testpaths = unittests
 addopts = -vv
+python_paths = src
diff --git a/unittests/test_cfood.py b/unittests/test_cfood.py
index 44cedecb..1fcf418e 100644
--- a/unittests/test_cfood.py
+++ b/unittests/test_cfood.py
@@ -27,6 +27,8 @@ from tempfile import NamedTemporaryFile
 import caosdb as db
 from caosadvancedtools.cfood import AbstractCFood
 
+# TODO this is more like an integration test. should be moved
+
 
 class CFoodTest(unittest.TestCase):
     def setUp(self):
-- 
GitLab