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
Implement appropriate unit tests for paf.rs and covplot.rs
paf.rs
covplot.rs
Excluded for now:
CovPlot::to_console()
crossterm
stdout
PafAlignment::to_console()
PafAlignment::coverage_plots()
The text was updated successfully, but these errors were encountered:
full test coverage [#5]; table output [#4]; adjust width calculation [#2
cf048e5
]
Should probably format the strings for CovPlot and PafAlignment for testing, then output to console in a separate print function
CovPlot
PafAlignment
Sorry, something went wrong.
This can actually be done nicely in tests/app.rs binary testing
tests/app.rs
add bin output tests [#5]
d1d9771
fmt tests [#5]
c8e0179
bam test cov [#5]
b6a8926
esteinig
No branches or pull requests
Implement appropriate unit tests for
paf.rs
andcovplot.rs
Excluded for now:
CovPlot::to_console()
- not sure how to implement tests forcrossterm
output tostdout
PafAlignment::to_console()
- not sure how to test output tostdout
PafAlignment::coverage_plots()
- same issue withcrossterm
unit testingThe text was updated successfully, but these errors were encountered: