Skip to content

Commit 33d624b

Browse files
authored
Merge branch 'main' into aws_partition_main
2 parents ae85706 + fa979a4 commit 33d624b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Before sending us a pull request, please ensure that:
5757
### Running the Unit Tests
5858

5959
1. Install tox using `pip install tox`
60-
1. Install test dependencies, including coverage, using `pip install .[test]`
6160
1. cd into the aws-step-functions-data-science-sdk-python folder: `cd aws-step-functions-data-science-sdk-python` or `cd /environment/aws-step-functions-data-science-sdk-python`
61+
1. Install test dependencies, including coverage, using `pip install ".[test]"`
6262
1. Run the following tox command and verify that all code checks and unit tests pass: `tox tests/unit`
6363

6464
You can also run a single test with the following command: `tox -e py36 -- -s -vv <path_to_file><file_name>::<test_function_name>`
@@ -80,7 +80,7 @@ You should only worry about manually running any new integration tests that you
8080

8181
1. Create a new git branch:
8282
```shell
83-
git checkout -b my-fix-branch master
83+
git checkout -b my-fix-branch
8484
```
8585
1. Make your changes, **including unit tests** and, if appropriate, integration tests.
8686
1. Include unit tests when you contribute new features or make bug fixes, as they help to:

0 commit comments

Comments
 (0)