OpenAPI 3 spec generation #17
Merged
GitHub Actions / Unit Tests
succeeded
Dec 21, 2023 in 0s
Unit Tests ✅
✅ reports/junit.xml
15 tests were completed in 1s with 14 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Nornir Tests | 8✅ | 953ms | ||
Parsing | 1✅ | 640ms | ||
REST tests | 5✅ | 707ms | ||
test something | 1⚪ | 130ms |
✅ Nornir Tests
Nornir Tests use() Should add basic middleware
✅ Nornir Tests use() Should add basic middleware
Nornir Tests use() Should throw when middleware throws
✅ Nornir Tests use() Should throw when middleware throws
Nornir Tests useResult() Should add basic middleware
✅ Nornir Tests useResult() Should add basic middleware
Nornir Tests useResult() Should handle previous error result
✅ Nornir Tests useResult() Should handle previous error result
Nornir Tests useChain() Should compose chain
✅ Nornir Tests useChain() Should compose chain
Nornir Tests split() Should split items
✅ Nornir Tests split() Should split items
Nornir Tests split() Should handle errors
✅ Nornir Tests split() Should handle errors
Nornir Tests match() Should run the correct match
✅ Nornir Tests match() Should run the correct match
✅ Parsing
Parsing Should throw correct error on failure to parse
✅ Parsing Should throw correct error on failure to parse
✅ REST tests
REST tests Valid requests Should process a basic GET request
✅ REST tests Valid requests Should process a basic GET request
REST tests Valid requests Should process a basic POST request
✅ REST tests Valid requests Should process a basic POST request
REST tests Valid requests Should process a GET request with an empty body
✅ REST tests Valid requests Should process a GET request with an empty body
REST tests Invalid requests Should return a 404 for an invalid path
✅ REST tests Invalid requests Should return a 404 for an invalid path
REST tests Invalid requests Should return a 422 for an invalid body
✅ REST tests Invalid requests Should return a 422 for an invalid body
✅ test something
test something should do something
⚪ test something should do something
Loading