Skip to content

Commit

Permalink
add editor configurations to .gitignore and include pytest-rabbitmq i…
Browse files Browse the repository at this point in the history
…n README
  • Loading branch information
cleder committed Dec 3, 2024
1 parent 8100649 commit 1c14278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ dmypy.json

# deepcode/snyk
.dccache

# editor configurations
.idea
.vscode
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Collection of awesome Python resources for testing and generating test data.
- [protestr](https://github.com/Grimmscorpp/protestr) - A simple, powerful fixture provider for Python tests. Protestr's intuitive API lets you generate versatile fixtures for your test cases and inject them as dependencies on demand.
- [pytest-deadfixtures](https://github.com/jllorencetti/pytest-deadfixtures) - A simple plugin to list unused or duplicated fixtures in a pytest suite.
- [pytest-mysql](https://github.com/ClearcodeHQ/pytest-mysql) - A pytest plugin, that enables you to test your code that relies on a running MySQL Database. It allows you to specify fixtures for MySQL process and client.
- [pytest-rabbitmq](https://github.com/ClearcodeHQ/pytest-rabbitmq) - A pytest plugin, that enables you to test your code that relies on a running RabbitMQ server. It allows you to specify fixtures for RabbitMQ server and client.

## Load Testing

Expand Down

0 comments on commit 1c14278

Please sign in to comment.