Skip to content

Commit

Permalink
Add a default .pytest.ini file based on new cookiecutter template
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jan 1, 2025
1 parent c6125ec commit 087d265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[pytest]
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version 0.1.25 unreleased
* Add GitHub security policy in SECURITY.md.
* Update dependencies to address Dependabot warnings.
* Upgrade to gha-shared-workflows@v7 with publish improvements.
* Add a default .pytest.ini file based on new cookiecutter template.

Version 0.1.24 15 Oct 2024

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Go to the PyCharm settings and find the `uci-parse` project. Under
the **Exclude Files** box, enter the following:

```
LICENSE;NOTICE;PyPI.md;.coverage;.coveragerc;.github;.gitignore;.gitattributes;.htmlcov;.idea;.isort.cfg;.mypy.ini;.mypy_cache;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.readthedocs.yml;.tabignore;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.run;.venv;
LICENSE;NOTICE;PyPI.md;.coverage;.coveragerc;.github;.gitignore;.gitattributes;.htmlcov;.idea;.isort.cfg;.mypy.ini;.mypy_cache;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.pytest.ini;.readthedocs.yml;.tabignore;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.run;.venv;
```

When you're done, click **Ok**. Then, go to the gear icon in the project panel
Expand Down

0 comments on commit 087d265

Please sign in to comment.