TST: Remove files after tests ran#1286
Merged
Merged
Conversation
MartinThoma
force-pushed
the
tst-cleanup
branch
from
August 27, 2022 10:34
bce300e to
d2769fc
Compare
Codecov Report
@@ Coverage Diff @@
## main #1286 +/- ##
=======================================
Coverage 94.92% 94.92%
=======================================
Files 30 30
Lines 4966 4966
Branches 1022 1022
=======================================
Hits 4714 4714
Misses 141 141
Partials 111 111 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* Move test_basic_features.py into test_workflows.py * Use the tmp_path fixture in cases where we're not interested to manually check the resulting PDF file
MartinThoma
force-pushed
the
tst-cleanup
branch
from
August 27, 2022 10:46
d2769fc to
464b3a9
Compare
MartinThoma
added a commit
that referenced
this pull request
Aug 28, 2022
Robustness (ROB): - Fix errors/warnings on no /Resources within extract_text (#1276) - Add required line separators in ContentStream ArrayObjects (#1281) Maintenance (MAINT): - Use NameObject idempotency (#1290) Testing (TST): - Rectangle deletion (#1289) - Add workflow tests (#1287) - Remove files after tests ran (#1286) Packaging (PKG): - Add minimum version for typing_extensions requirement (#1277) Full Changelog: 2.10.3...2.10.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the tmp_path fixture in cases where we're not interested to manually
check the resulting PDF file