You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the path is dynamically determined based on path = os.path.dirname(os.path.abspath(__file__)). Additionally, a few more tests have been added based on the newly added core features. Related commit
At the moment the testfiles try to add hardcoed paths to the sys.path
wearable-hrv/tests/test_group/test_group.py
Line 3 in ac22c37
wearable-hrv/tests/test_individual/test_individual.py
Line 2 in ac22c37
That should be adapted to make it possible to run the tests on every system without modifieing the files
The text was updated successfully, but these errors were encountered: