Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33d624b

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /