-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changed files/folders to the test collection (#8)
* Add changed files/folders to the test collection * Add pytest cache * Update CHANGELOG
- Loading branch information
1 parent
a57d0c2
commit 0b6b933
Showing
3 changed files
with
9 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,3 +71,5 @@ target/ | |
# pyenv | ||
.python-version | ||
|
||
# pytest | ||
.pytest_cache/ |
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,10 +1,13 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
### Added | ||
- Filter tests according with pytest file convention | ||
- Only collects the tests from `git status` | ||
|
||
## [0.1.0] - 2018-05-24 | ||
### Added | ||
- Run the tests according with changed files | ||
|
||
[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.0...v0.1.0 | ||
[0.1.0]: https://github.com/anapaulagomes/pytest-picked/compare/a5d86647c511ea56d0d4c42b416b2d7bac8111f6...v0.1.0 |
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