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
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/project_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ help you decide which tool to use for packaging.
63
63
- PyTest is listed as a development dependency, and can thus be installed with `pip3 install --editable .[dev]`
64
64
- Tests can be run with `pytest`
65
65
- This is configured in `setup.cfg`
66
-
-Uses[GitHub action workflows](https://docs.github.com/en/actions) to automatically run tests on GitHub infrastructure against multiple Python versions
66
+
-The project uses[GitHub action workflows](https://docs.github.com/en/actions) to automatically run tests on GitHub infrastructure against multiple Python versions
67
67
- Workflows can be found in [`.github/workflows`](.github/workflows/)
68
68
-[Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=testing)
0 commit comments