You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,19 +73,19 @@ GitHub provides additional document on [forking a repository](https://help.githu
72
73
1. cd into the sagemaker-experiments folder: `cd sagemaker-experiments` or `cd /environment/sagemaker-experiments`
73
74
1. Run the following tox command and verify that all code checks and unit tests pass: `tox -- tests/unit`
74
75
75
-
You can also run a single test with the following command: `tox -e py36 -- -s -vv <path_to_file><file_name>::<test_function_name>`
76
+
You can also run a single test with the following command: `tox -e py39 -- -s -vv <path_to_file><file_name>::<test_function_name>`
76
77
* Note that the coverage test will fail if you only run a single test, so make sure to surround the command with `export IGNORE_COVERAGE=-` and `unset IGNORE_COVERAGE`
Our CI system runs integration tests (the ones in the `tests/integ` directory), in parallel, for every Pull Request.
82
83
You should only worry about manually running any new integration tests that you write, or integration tests that test an area of code that you've modified.
83
84
84
85
1. Follow the instructions at [Set Up the AWS Command Line Interface (AWS CLI)](https://docs.aws.amazon.com/polly/latest/dg/setup-aws-cli.html).
85
-
1. To run a test, specify the test file and method you want to run per the following command: `tox -e py36 -- -s -vv <path_to_file><file_name>::<test_function_name>`
86
+
1. To run a test, specify the test file and method you want to run per the following command: `tox -e py39 -- -s -vv <path_to_file><file_name>::<test_function_name>`
86
87
* Note that the coverage test will fail if you only run a single test, so make sure to surround the command with `export IGNORE_COVERAGE=-` and `unset IGNORE_COVERAGE`
0 commit comments