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
[Poetry](https://python-poetry.org/) is used by this library, so ensure you have it installed.
17
13
18
14
Make sure you have Python installed.
@@ -29,23 +25,18 @@ To start a shell in the virtual environment:
29
25
poetry shell
30
26
```
31
27
32
-
### 3. Testing
28
+
## Testing
33
29
34
-
[Run the test suite](#testing) to check everything is working as expected and to install the project specific
35
-
dependencies (the first time you'll run the script all the dependencies will be installed for you).
30
+
Submit unit tests for your changes. You can test your changes on your machine by running the test suite.
36
31
37
32
To run the test suite:
38
33
39
34
```shell
40
35
make test
41
36
```
42
37
38
+
When you submit a PR, tests will also be run on the [continuous integration environment via GitHub Actions](https://github.com/dnsimple/dnsimple-python/actions).
39
+
43
40
## Changelog
44
41
45
42
We follow the [Common Changelog](https://common-changelog.org/) format for changelog entries.
46
-
47
-
## Testing
48
-
49
-
Submit unit tests for your changes. You can test your changes on your machine by [running the test suite](#testing).
50
-
51
-
When you submit a PR, tests will also be run on the [continuous integration environment via GitHub Actions](https://github.com/dnsimple/dnsimple-python/actions).
0 commit comments