diff --git a/.gitignore b/.gitignore index 2f0113e..cf27ef4 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,7 @@ dmypy.json # deepcode/snyk .dccache + +# editor configurations +.idea +.vscode diff --git a/README.md b/README.md index c895fa2..a39fa8b 100644 --- a/README.md +++ b/README.md @@ -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