Skip to content

Commit

Permalink
Add a short section on testing to the README
Browse files Browse the repository at this point in the history
Add details of how to test with tox to the README.md.
  • Loading branch information
t00sa committed Mar 7, 2024
1 parent 588946e commit 001e14d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ You may simply use `pip install sci-fab`.
Although Fab is in its initial development phases right now and much of the
functionality is yet to be added, the command line interface to the tool is
in place and can be run using the command `fab`

## Testing

The fab test suite and documentation can be tested using tox. Install
the command with `pip install tox` and then run the `tox` command to
test and lint your working copy.

0 comments on commit 001e14d

Please sign in to comment.