-* _testing_ - common function definitions for suite-execution
-* _testing.mcp_ - test suite for hardware-agnostic elements of MCP layer (e.g. Enum)
-* _testing.implementation_ - calculates implementation-specific parameters for test fixtures
-* _testing.implementation.all_ - suites expected to run on all platforms
-* _testing.implementation.micropython_ - suites testing MCP-specific classes and behaviours (under the hood of the hardware compatibility layer) and only
-expected to run on Micropython
-* _testing.implementation.circuitpython - suites testing CircuitPython-specific
-classes and behaviours, and only expected to run in CircuitPython_
+To take a minimal example, the following should assert the default behaviour of the DigitalInOut
+constructor, checks the behaviour of switch_to_input/output(), configures a pin as a pull-up button, a pull-down button and an LED.