Skip to content

Commit

Permalink
Add testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT authored Jul 22, 2023
1 parent fe00f23 commit e1b8289
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ docker buildx build --platform linux/arm64,linux/amd64 --push -t tracepusher:dev
docker buildx build --platform linux/arm64,linux/amd64 --push -t tracepusher:dev -f ./docker/standard/Dockerfile .
```

# Testing

Install Pytest:

```
pip install -r requirements.txt
```

Run the test suite:

```
pytest
```

----------------------

# Contributing
Expand Down

0 comments on commit e1b8289

Please sign in to comment.