forked from aws/sagemaker-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add more flexibility to docker based tests so that we can pa…
…ss different dockerfiles for different image types (aws#65) Authored-by: Balaji Sankar <[email protected]>
- Loading branch information
1 parent
c54eeef
commit cdb707b
Showing
3 changed files
with
38 additions
and
17 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[pytest] | ||
markers = | ||
slow: For running tests on docker images to verify package installations. | ||
gpu: For running tests on GPU docker images to verify package installations. | ||
cpu: For running tests on CPU docker images to verify package installations. | ||
unit: For running unit tests | ||
pythonpath = src/ | ||
addopts = -n 2 |
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