Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests rely on hardcoded path #5

Closed
AKuederle opened this issue Feb 12, 2024 · 1 comment
Closed

Tests rely on hardcoded path #5

AKuederle opened this issue Feb 12, 2024 · 1 comment

Comments

@AKuederle
Copy link

At the moment the testfiles try to add hardcoed paths to the sys.path

sys.path.append(r"C:\Users\msi401\OneDrive - Vrije Universiteit Amsterdam\PhD\Data\Coding\Validation Study\wearable-hrv")

sys.path.append(r"C:\Users\msi401\OneDrive - Vrije Universiteit Amsterdam\PhD\Data\Coding\Validation Study\wearable-hrv")

That should be adapted to make it possible to run the tests on every system without modifieing the files

Aminsinichi added a commit that referenced this issue Feb 23, 2024
@Aminsinichi
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants