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
Pact Python is adopting the Conventional Changelog commit message conventions. Please ensure you follow the guidelines, we don't want to be that person, but the commit messages are very important to the automation of our release process.
31
32
32
33
Take a look at the git history (git log) to get the gist of it.
@@ -40,4 +41,25 @@ npm i -g cz-conventional-changelog
40
41
41
42
git cz to commit and commitizen will guide you.
42
43
43
-
There is a pypi package that does similar [commitizen]: https://pypi.org/project/commitizen/. This would make a great feature to add! There is a check on the travis build that your commits follow this convention. On creating a PR any commits that don't will instantly fail the build and you will have to rename them.
44
+
There is a pypi package that does similar [commitizen]: https://pypi.org/project/commitizen/. This would make a great feature to add! There is a check on the travis build that your commits follow this convention. On creating a PR any commits that don't will instantly fail the build and you will have to rename them.
45
+
46
+
## Running the tests
47
+
48
+
You can run the tests locally with `make test`, this will run the tests with `tox`
49
+
50
+
You will need `pyenv` to test on different versions `3.6`, `3.7`, `3.8`, `3.9`, `3.10`
0 commit comments