[Tutor] Need advice on testing python code.
Anubhav Yadav
anubhav.yadav at gmx.com
Mon Aug 28 04:29:45 EDT 2017
> Here is the compatibility list of plugins:
> http://plugincompat.herokuapp.com/ <http://plugincompat.herokuapp.com/>
>
> here is the rabbitmq plugin:
> https://pypi.python.org/pypi/pytest-rabbitmq <https://pypi.python.org/pypi/pytest-rabbitmq>
>
> and here is one for databases:
> https://pypi.python.org/pypi/pytest-sqlalchemy/0.1 <https://pypi.python.org/pypi/pytest-sqlalchemy/0.1>
>
> docker
> https://pypi.python.org/pypi/pytest-docker/0.6.0 <https://pypi.python.org/pypi/pytest-docker/0.6.0>
>
>
> And if you do not have a CI system yet, then the buildbot CI can be good for you
> https://buildbot.net/ <https://buildbot.net/>
> which is written in Python (and of course you manage it in Python)
> (used by Python, Mozilla, Chrome etc)
>
This is awesome George.
Much appreciated. I think `pytest` will be my favourite testing tool in the python ecosystem going forward.
Cheers.
More information about the Tutor
mailing list