The code in metadata.py is either never executed (this is 70% of it) or does not affect the test results in any way: I propose we remove the unused code since it gives the impression there is something clever being done but it's mostly not even used.
We can re-add code like this when we have a test that demonstrably needs it.
The code in metadata.py is either never executed (this is 70% of it) or does not affect the test results in any way: I propose we remove the unused code since it gives the impression there is something clever being done but it's mostly not even used.
We can re-add code like this when we have a test that demonstrably needs it.