issues
search
proofit404
/
stories
Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
296
stars
21
forks
source link
Document testing stories.
#646
Open
proofit404
opened
3 years ago
proofit404
commented
3 years ago
Guides / Testing
Do not unit test story steps in separation
Run story with different arguments
assert state properties
take a look into
primitives
library
never use fixtures - prepare environment with stories instead
ideally test should be oneliner - tests of stories are stories itself
Follow up of #253
Guides / Testing
primitives
libraryFollow up of #253