|
@ -122,8 +122,8 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest): |
|
|
@classmethod |
|
|
@classmethod |
|
|
def _create_compilation_test(cls, base, onthefly=False): |
|
|
def _create_compilation_test(cls, base, onthefly=False): |
|
|
"""Return a function testing that `base.tex` is correctly compiled.""" |
|
|
"""Return a function testing that `base.tex` is correctly compiled.""" |
|
|
@unittest.skipIf('CI' in os.environ, |
|
|
@unittest.skipIf('APPVEYOR' in os.environ, |
|
|
"Travis or AppVeyor does not support lualatex compilation yet") |
|
|
"AppVeyor does not support lualatex compilation yet") |
|
|
def test_compilation(self): |
|
|
def test_compilation(self): |
|
|
"""Test that `base` is rendered to pdf.""" |
|
|
"""Test that `base` is rendered to pdf.""" |
|
|
# Check compilation |
|
|
# Check compilation |
|
|