-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward additional arguments to parametrized sessions (#270)
* test: Add iter_sessions fixture * test: Use iter_sessions fixture in test_kwargs * test: Rename unit.test_sessions.{test_kwargs => test_name} * test: Add test for the bare session decorator * test: Add test for decorator with python parameter * test: Add test for decorator with parametrized sessions * test: Add test for wrapper with parametrized sessions * test: Add functional test for parametrized sessions * fix: Forward additional arguments to parametrized sessions * fix: Loosen types to permit parameterized session functions
- Loading branch information
Showing
4 changed files
with
97 additions
and
8 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
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