]> git.madduck.net Git - etc/vim.git/history - tests/test_ipynb.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5'
[etc/vim.git] / tests / test_ipynb.py
2023-10-20 martin f. krafftMerge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5' master
2023-07-17 Clément RobertAvoid importing `IPython` if notebook cells do not...
2023-07-11 ShantanuFix lint in test_ipynb (#3781)
2023-07-04 Zac Hatfield-DoddsEnable `PYTHONWARNDEFAULTENCODING = 1` in CI (#3763)
2022-07-27 Richard SiReformat codebase with isort
2022-05-18 Sagi ShadurRemove hard coded test cases (#3062)
2022-04-13 Marco Edward GorelliMake ipynb tests compatible with ipython 8.3.0+ (#3008)
2022-02-24 Jelle ZijlstraFormat ourselves in preview mode (#2889)
2022-02-21 Frédérik ParadisIsolate command line tests for notebooks from user...
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
2021-12-25 Miro HrončokSupport pytest 7 by fixing broken imports (GH-2705)
2021-11-29 Daniel SparingReturn `NothingChanged` if non-Python cell magic is...
2021-11-26 Marco Edward Gorelli Assignment to env var in Jupyter Notebook doesn't...
2021-10-30 dawnfix: allow tests to be run from (hopefully) any directo...
2021-10-14 martin f. krafftAdd '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f...
2021-09-25 Marco Edward GorelliAdd test to cover when unable to replace magics (#2471)
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)