issues
search
empa-scientific-it
/
python-tutorial
Material for a Jupyter-based Python tutorial
MIT License
31
stars
9
forks
source link
Allow asynchronous testing
#164
Closed
baffelli
closed
11 months ago
baffelli
commented
11 months ago
Solves #159
edoardob90
commented
11 months ago
Just made a few small changes:
To run tests in a separate thread, use
%%ipytest async
. This must be the first keyword
Move exceptions to another module
Solves #159