Loading...
Loading...
Add a test requirement to the ***test reqs*** section of a ***plain spec file. Use when the user wants to specify conformance testing instructions like test frameworks, execution methods, or testing constraints in a .plain file.
npx skill4agent add codeplain-ai/plain-forge add-test-requirementload-plain-reference.plain***implementation reqs******test reqs******implementation reqs******functional specs******functional specs******implementation reqs***| Test Type | Where to Specify | Purpose |
|---|---|---|
| Unit tests | | Test individual functionalities in isolation |
| Conformance tests | | Verify implementation conforms to the full spec |
| Acceptance tests | | Verify a specific functional spec |
***test reqs******test reqs***
- :ConformanceTests: should be implemented using pytest framework.
- :ConformanceTests: will be run using "pytest" command.
- :ConformanceTests: must be implemented and executed - do not skip tests.
- :ConformanceTests: should mock all external HTTP calls.:ConformanceTests::Concepts::Concepts::ConformanceTests:***test reqs******functional specs***