You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use add_pytest, but I can't understand what py.test.sh is (the second argument to pass to setup_pytest). An example of that file would be very helpful.
Cheers!
The text was updated successfully, but these errors were encountered:
It's a path to a bash script that is created by the function. It sets up the python environment to read package that are downloaded as part of the build process (for instance pytest, if it is not installed globally).
You're right, it needs an example :)
In fact, it should have a default value and be hidden from casual users.
I also ran into problems due to the scarce documentation. I haven't checked if the first argument is right (probably isn't) because I didn't get to install yet. But py.test.sh needs to have a directory
This is not an issue, but a question.
I'm trying to use
add_pytest
, but I can't understand whatpy.test.sh
is (the second argument to pass tosetup_pytest
). An example of that file would be very helpful.Cheers!
The text was updated successfully, but these errors were encountered: