Skip to content

Commit

Permalink
Added ReadMe to tests and tools folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Nov 17, 2022
1 parent a1d35d8 commit 0078f26
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
5 changes: 5 additions & 0 deletions tests/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Test suite

The scripts here, along with the fixtures, constitute the test suite.
Run them with `pytest` from the root folder. Or use the scripts
`test.py` and `coverage.py` from the `tools` folder.
18 changes: 18 additions & 0 deletions tools/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Developer tools

These are simple helper scripts to run the various dev tools, such as
pyTest or Flit. See the doc-strings of the individual scripts for
details.

For local development, install the package in editable mode inside a
dedicated virtual environment: `pip install --editable .[dev]`.


### Releasing a new version

* Bump version number in `meta.py`.
* Add dedicated commit for the version bump.
* Tag commit with version number, e.g. `git tag 1.0.0`.
* Push to GitHub: `git push && git push --tags`.
* Create GitHub release from tag and add release notes.
* Publish to PyPI: `tools/publish.py`.
7 changes: 0 additions & 7 deletions tools/release.md

This file was deleted.

0 comments on commit 0078f26

Please sign in to comment.