-
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass arguments to pytest; Plot tests skippable
Added ability to pass command line arguments to pytest. In addition, I marked tests which do plotting as 'plottest'. This combination allows the following invocation: python -m lifelines.tests -m "not plottest" Which will skip plotting tests. Any arguments that pytests accepts can be passed now. Signed-off-by: Jonas Kalderstam <[email protected]>
- Loading branch information
1 parent
c7244fc
commit a6c333e
Showing
3 changed files
with
6 additions
and
1 deletion.
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