Using pytest with repl.it ...
Anyone knows how to enable pytest to use with my pyhton repl.it?
Voters
DiegoSalamanca2
To use pytest in your replit you must install the module like in your laptop.
On the console type:
pip install pytest
Anyone knows how to enable pytest to use with my pyhton repl.it?
To use pytest in your replit you must install the module like in your laptop.
On the console type:
pip install pytest
I have a tutorial: https://repl.it/talk/learn/Python-unit-tests-with-PyTest/40976