jerry-git / learn-python3

Jupyter notebooks for teaching/learning Python 3
MIT License
6.43k stars 1.77k forks source link

ipytest.magic seems deprecated #32

Closed Peer202 closed 1 year ago

Peer202 commented 2 years ago

When doing the "testing with pytest part 1" notebook, there is an error, saying that a attribute called ipytest.magic doesnt exist. When having a look at the page for ipytest, i noticed that the usage seems to have changed. https://pypi.org/project/ipytest/ Did i understand that correctly? I installed ipytest for the first time today.

jerry-git commented 1 year ago

Indeed! Thanks for the report.

Fixed in https://github.com/jerry-git/learn-python3/pull/35