diff --git a/pytest.ini b/pytest.ini index 44ae0ee..079ed86 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,10 +1,10 @@ # Configuration of py.test [pytest] addopts=-v - #-n 2 + -n 2 --durations=10 - #--cov-report term-missing - #--cov=keras + --cov-report term-missing + --cov=keras # Do not run tests in the build folder norecursedirs= build