ironic-ui/releasenotes/notes/unit-test-framework-f61ad7926413bf91.yaml
Julia Kreger f63fd75fab Cleanup ironic-ui release notes for release
Change-Id: Icdc76b2f0bf214e4c4cbfe201ca46241e0e05ed3
2017-07-27 14:50:59 +00:00

15 lines
602 B
YAML

---
features:
- |
A backend mock has been added that enables better unit testing of the
ironic-ui application by mocking the ironic API service. The mock utilizes
angular $httpbackend handlers to intercept requests targeted at the
ironic-ui server-side REST endpoints, and returns simulated responses.
A number of unit tests have been developed that illustrate the use
of the backend mock functionality.
Although the backend mock is a work in progress, enough
functionality already exists to support test development for
the current set of in-progress features.