-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
(xfail means that we expect those tests to fail, or we could skip them)
These tests are slowing down A LOT the development.
the test_writing use latex things, and in some random time, they suddenly became OS-dependent, after x time when there is no particular reason. This test is not stable at all. It's blocking #315, #335 , #198 , and probably others. As all the latex related things are unstable, I don't think they should be tested as this is a PURE nightmare to debut them.
The test_logging used a character-per-character check (which is not bad) but this over the whole .log, which is also a nightmare to debug as one has to deal with the whitespace and all of this stuff. These tests will be easily re-implemented once #365 is done.
So I think, according to our new test policy, "massive amount of tests, massive amount of PR" (ok I made up this), we should get rid of tests that are not stable and very hard to debug, seeing that in addition, these tests are not vital.
Tell your opinion here; please.