-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Use external repository for larger/more PDFs for testing (#820)
* Use submodule so that the connection is clear. Ensure that Flake8 issues of the submodule don't show up here * As a first step, just try to get the number of pages from the non-encrypted PDFs * Create an "external" pytest marker which allows people to deactivate tests that need the submodule
- Loading branch information
1 parent
be75360
commit 750950a
Showing
6 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "sample-files"] | ||
path = sample-files | ||
url = https://github.com/py-pdf/sample-files |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[pytest] | ||
markers = | ||
no_py27: Flag for tests that fail under Python 2.7 only | ||
no_py27: Flag for tests that fail under Python 2.7 only | ||
external: Tests which use files from https://github.com/py-pdf/sample-files |
Submodule sample-files
added at
6e3a1b