Loading
clickable: Use class names in disabledTests
`__structuredAttrs = true` now lets us build sub-expressions in disabledTests (which was necessary for skipping only one test that uses /tmp). We can make the test skipping more explicit now by including the class name, and excluding test functions that reuse the same name. In the case of the TestTemplates tests, we were disabling all of them, so just disable the class in general. test_init_cmake_project_* are covered by test_init_cmake_project being disabled. I was unaware that disabledTests only looks for substrings, not complete matches.