]>
git.madduck.net Git - etc/vim.git/blobdiff - 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:
[
pytest.param(JUPYTER_MODE, id="default mode"),
pytest.param(
[
pytest.param(JUPYTER_MODE, id="default mode"),
pytest.param(
- replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust1 "}),
+ replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust2 "}),
id="custom cell magics mode",
),
],
id="custom cell magics mode",
),
],
[
pytest.param(JUPYTER_MODE, id="default mode"),
pytest.param(
[
pytest.param(JUPYTER_MODE, id="default mode"),
pytest.param(
- replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust1 "}),
+ replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust2 "}),
id="custom cell magics mode",
),
],
id="custom cell magics mode",
),
],
id="No change when cell magic not registered",
),
pytest.param(
id="No change when cell magic not registered",
),
pytest.param(
- replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust1 "}),
+ replace(JUPYTER_MODE, python_cell_magics={"cust1", "cust2 "}),
"%%custom_python_magic -n1 -n2\nx=2",
pytest.raises(NothingChanged),
id="No change when other cell magics registered",
"%%custom_python_magic -n1 -n2\nx=2",
pytest.raises(NothingChanged),
id="No change when other cell magics registered",