-
Notifications
You must be signed in to change notification settings - Fork 0
Increasing Pytest Coverage
Emma Hobbs edited this page Jun 18, 2020
·
2 revisions
This page discusses proposals and plans to increase the coverage by Pytest.
- Separate out parser, logger and directory handling tests into separate test fills for easier navigation of test directory
- Current coverage is 38%. Calling to Entrez to retrieve accession numbers and download GenBank files.
- Coverage could be increased by creating a pytest for the compile_url() function.
- write_out_dataframe() function is used in other modules and could be moved into the directory_handling module.
- Increase the coverage of testing make_output_directory() function by changing
force
andnodelete
toTrue
. - Add test to test the write_out_dataframe() function
- Increase coverage of main build_logger function by changing
args.log
to not equalNone
.
![](/assets/repophdcover.png)
These page contain the initial plans and development notes for pyrewton