Test Skeletons
A test skeleton is a series of test stubs — tests whose names specify behavior but whose bodies are not yet implemented. Test skeletons appear in two places:
- In code — test functions annotated to skip with the reason
'not yet automated'(e.g.@pytest.mark.skip,@skip), or subtests that callpytest.skip(...)/ raiseSkipTest(...). - In a design document — a markdown outline listing test names grouped under section headings.
Supported tes
[Description truncada. Veja o README completo no GitHub.]