cd pytest virtualenv .env --python=python3 . .env/bin/activate pip install -r requirements.txt. The tests are expected to be ran from the pytest dir itself.
確定! 回上一頁