-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checks for CellsToTeX support #1215
base: master
Are you sure you want to change the base?
Conversation
Two things that would be super to do.
|
07d6720
to
c8d12f8
Compare
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). |
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... |
74f93a1
to
f8e3e36
Compare
@pytest.mark.xfail | ||
def test_load_and_run(): | ||
print("load and run") | ||
str_expected0 = "None" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of this should be redone using the helper.
Also in the future tests like this should be moved to mathics_omnibus.
b007e8c
to
ef16eb6
Compare
8367d69
to
83bb068
Compare
9570fdd
to
499f1bf
Compare
rebase of #1104