From d8b380c53689721d5d89e9007f1dc8cb9515af30 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 27 Oct 2016 14:10:48 -0400 Subject: [PATCH] tests: placeholder pytest.ini to define test root dir Signed-off-by: Alfredo Deza Resolves: pytest#harness --- tests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/pytest.ini diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 000000000..c3e641df4 --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,2 @@ +# this is just a placeholder so that we can define what the 'root' of the tests +# dir really is. -- 2.39.5