Restore cwd after each unittest.

Restores the original cwd after each unittest in test_basic.py. Also
simplifies add_test() in python/simulators/CMakeLists.txt such that the
Bash script wrapper run-python-tests.sh is no longer needed to run the
tests.
This commit is contained in:
Håkon Hægland
2020-11-04 13:43:51 +01:00
parent 648bab7108
commit 7011a6c0b7
4 changed files with 26 additions and 20 deletions

View File

@@ -25,7 +25,6 @@
#include <opm/models/utils/propertysystem.hh>
#include <pybind11/pybind11.h>
#include <pybind11/numpy.h>
#include <pybind11/embed.h>
namespace py = pybind11;