-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for libyear, using pytest-vcr for reproducable output (#25)
* Add tests for libyear, using pytest-vcr for reproducable output * Add separate file for test requirements and include pytest-vcr
- Loading branch information
Showing
5 changed files
with
10,110 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 |
---|---|---|
|
@@ -35,5 +35,4 @@ | |
"python-dateutil>=2.7.0", | ||
], | ||
setup_requires=["pytest-runner"], | ||
tests_require=["pytest"], | ||
) |
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,2 @@ | ||
pytest>=6.0,<7.0 | ||
pytest-vcr>=1.0,<1.1 |
Oops, something went wrong.