We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The existing tests do some unpleasant things like os.chdir to a module scoped fixture directory:
os.chdir
fraposa_pgsc/tests/test_fraposa.py
Lines 77 to 82 in 6c62aa5
Also, the tests don't cover some functions like split input data well. Perhaps integrating codecov would help us find the dusty places in the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The existing tests do some unpleasant things like
os.chdir
to a module scoped fixture directory:fraposa_pgsc/tests/test_fraposa.py
Lines 77 to 82 in 6c62aa5
Also, the tests don't cover some functions like split input data well. Perhaps integrating codecov would help us find the dusty places in the code.
The text was updated successfully, but these errors were encountered: