Skip to content

Commit

Permalink
test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Apr 13, 2024
1 parent 849bf70 commit 40bc0dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,16 @@ Running CI linter and tests locally

2. Enter devshell: `nix develop`

3. Run linter::
3. Build package::

python -m build

4. Run linter::

cd src/
flake8

4. Run tests::
5. Run tests::

cd src/tests
pytest


Expand Down

0 comments on commit 40bc0dc

Please sign in to comment.