Skip to content

Added {posargs} to tox.ini for adding options from a command line.#1055

Merged
MartinThoma merged 1 commit intopy-pdf:mainfrom
Hatell:tox-posargs
Jul 4, 2022
Merged

Added {posargs} to tox.ini for adding options from a command line.#1055
MartinThoma merged 1 commit intopy-pdf:mainfrom
Hatell:tox-posargs

Conversation

@Hatell
Copy link
Copy Markdown
Contributor

@Hatell Hatell commented Jul 4, 2022

For example, run only one test in py39 env using an option -k:
$ tox -e py39 -- -k test_issue585

For example, run only one test in all envs using an option -k:
$ tox -- -k test_issue585

For example, run only one test in py39 env using an option -k:
$ tox -e py39 -- -k test_issue585

For example, run only one test in all envs using an option -k:
$ tox -- -k test_issue585
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 4, 2022

Codecov Report

Merging #1055 (66f2c97) into main (04d576c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1055   +/-   ##
=======================================
  Coverage   90.92%   90.92%           
=======================================
  Files          24       24           
  Lines        4508     4508           
  Branches      921      921           
=======================================
  Hits         4099     4099           
  Misses        267      267           
  Partials      142      142           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04d576c...66f2c97. Read the comment docs.

@MartinThoma MartinThoma merged commit 32ab2a3 into py-pdf:main Jul 4, 2022
@MartinThoma
Copy link
Copy Markdown
Member

Thank you ❤️

MartinThoma added a commit that referenced this pull request Jul 5, 2022
New Features (ENH):
-  Add PdfReader.xfa attribute (#1026)

Bug Fixes (BUG):
-  Wrong page inserted when PdfMerger.merge is done (#1063)
-  Resolve IndirectObject when it refers to a free entry (#1054)

Developer Experience (DEV):
-  Added {posargs} to tox.ini (#1055)

Maintenance (MAINT):
-  Remove PyPDF2._utils.bytes_type (#1053)

Testing (TST):
-  Scale page (indirect rect object) (#1057)
-  Simplify pathlib PdfReader test (#1056)
-  IndexError of VirtualList (#1052)
-  Invalid XML in xmp information (#1051)
-  No pycryptodome (#1050)
-  Increase test coverage (#1045)

Code Style (STY):
-  DOC of compress_content_streams (#1061)
-  Minimize diff for #879 (#1049)

Full Changelog: 2.4.1...2.4.2
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

Successfully merging this pull request may close these issues.

2 participants