From 3dc066692701a89673b4c86f9cc4afdf2bc58dd2 Mon Sep 17 00:00:00 2001 From: sdrauz Date: Wed, 13 Dec 2023 13:18:00 +0100 Subject: [PATCH] add a pytest.ini --- pandapipes/pytest.ini | 3 +++ tutorials/pytest.ini | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 pandapipes/pytest.ini create mode 100644 tutorials/pytest.ini diff --git a/pandapipes/pytest.ini b/pandapipes/pytest.ini new file mode 100644 index 000000000..a01d26adf --- /dev/null +++ b/pandapipes/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +python_paths = . .. +site_dirs = . .. \ No newline at end of file diff --git a/tutorials/pytest.ini b/tutorials/pytest.ini new file mode 100644 index 000000000..a01d26adf --- /dev/null +++ b/tutorials/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +python_paths = . .. +site_dirs = . .. \ No newline at end of file