1
running
python -m unittest discover -s tests/fast
tells me that 2/5 tests failed, but checking test_fancyclasses.py, test_theseus.py, test_help_functions.py, test_main.py individually they are all OK.
2
jan found that he gets no output when running e.g. python -m unittest tests/test_functional.py in the conda prompt where I get feedback like Ran 5 tests in 20.570s OK.