We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de867a commit d7881f4Copy full SHA for d7881f4
1 file changed
test/test_cellstotex.py
@@ -5,6 +5,7 @@
5
from mathics.core.expression import Symbol
6
import pytest
7
import urllib.request
8
+import unittest
9
10
external_url = (
11
"https://raw.githubusercontent.com/jkuczm/MathematicaCellsToTeX/master/NoInstall.m"
@@ -55,6 +56,7 @@ def test_load():
55
56
#@pytest.mark.skip(
57
# reason="FIXME: full CellToTeX import test is not working yet: implement levelspec > 1"
58
#)
59
+@unittest.expectedFailure
60
def test_load_and_run():
61
print("load and run")
62
str_expected0 = "None"
0 commit comments