mathport
mathport copied to clipboard
Port tests
It would be nice if CI could also synport the test and archive directories of mathlib. Particularly the tests would be super helpful to get test cases for ported tactics without much effort.
@gebner, this isn't immediately trivial. mathport gives an error when it meets relative imports, and in mathlib it seems essential to use relative imports in test (and in archive).
There are six relative imports in total, I think it would be completely okay to just ignore them (for now).
There are six relative imports in total, I think it would be completely okay to just ignore them (for now).
Okay, trying it out in #64.