Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed. WWW: https://github.com/manahl/pytest-plugins/tree/master/pytest-virtualenv
4 lines
233 B
Text
4 lines
233 B
Text
Create a Python virtual environment in your test that cleans up on teardown.
|
|
The fixture has utility methods to install packages and list what's installed.
|
|
|
|
WWW: https://github.com/manahl/pytest-plugins/tree/master/pytest-virtualenv
|