dev-develop
dev-developmanage testing fixtures
MIT
The Requires
The Development Requires
by Yaodong Zhao
dev-master
9999999-devmanage testing fixtures
MIT
The Requires
The Development Requires
by Yaodong Zhao
Wallogit.com
2017 © Pedro Peláez
manage testing fixtures
This package is inspired by Rails., (*2)
Fixtures are a way of organizing data that you want to test against., (*3)
They are stored in YAML files, one file per model, which are placed in the directory you want.
The fixture file ends with the .yml file extension (Rails example:
eric: name: Eric Roston email: eric@example.com jane: name: Jane Hunter email: jane@example.com
This fixture file includes two fixtures. Each YAML fixture (ie. record) is given a name and is followed by an indented list of key/value pairs in the "key: value" format. Records are separated by a blank line for your viewing pleasure. Note that fixtures are unordered., (*5)
manage testing fixtures
MIT
manage testing fixtures
MIT