tests/frontend/buildtrack.py::test_build_track_inconsistent() - useless broken test
This test attempts to check something... not exactly clear what it's trying to assert; but one might expect it to assert the different results one might get when... tracking an inconsistent pipeline ?
In any case, this does a lot of loops and generates element files for each loop (takes a long time due to I/O)
Then, for each loop, the test asserts that it will receive a LoadError.
The LoadErrorReason which is raised is always the same, there is no project.conf
to be found, because I guess one was not generated.
This is just taking time (to run test) and space (loc) for nothing, best would be to figure out what the test is trying to test, and actually make it test that.