numpy-tutorials icon indicating copy to clipboard operation
numpy-tutorials copied to clipboard

Add testing configuration for running pytest locally

Open rossbar opened this issue 3 years ago • 0 comments

#132 added notebook smoketesting with pytest-nbval to CI, but didn't add any pytest configuration nor a way to automatically handle installing testing dependencies. Handling this configuration correctly will make it easier for users to smoketest notebooks locally with pytest. #139 is related as it should also be handled via pytest config. One idea would be to use tox.ini - see https://github.com/numpy/numpy-tutorials/pull/132#issuecomment-1152632942.

rossbar avatar Jul 16 '22 07:07 rossbar