Uh oh!
There was an error while loading. Please reload this page.
Checks for CellsToTeX support - #1215
Conversation
Two things that would be super to do.
|
07d6720 to
c8d12f8Comparemmatera
commented
Mar 31, 2021
From this PR, the only thing that deserves to be conserved is the test_cellstotex.py file. Now I just copy it in a clean branch of master. Regarding of leaving a copy, as this is a package that is automatically downloaded from internet, I think that is not a good idea. What maybe makes sense is to have a "loader" that before loading from internet, fix the version of the language (now you need to do that by hand before loading). |
mmatera
commented
Mar 31, 2021
BTW, this version of the tests was marked as xfail, so it can be merged in master without any harm. When the the full support be reached, then the brown dot just will pass to green... |
| @pytest.mark.xfail | ||
| def test_load_and_run(): | ||
| print("load and run") | ||
| str_expected0 = "None" |
There was a problem hiding this comment.
All of this should be redone using the helper.
Also in the future tests like this should be moved to mathics_omnibus.
b007e8c to
ef16eb6Compare8367d69 to
83bb068Compare9570fdd to
499f1bfCompare
rebase of #1104