Add integration tests #27
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: thereadme/hapi-sequelize-crud#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-integration-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This starts us off with integration tests. I think these will be easier to reason about than the pure unit-test style I was attempting before.
addresses #27
It does include a few minor fixes these tests discovered, so this is a patch release.
@mdibaiee I like this direction a lot more for tests. It's easier to grok even if it will give less find-grained errors. I created #28 to track progress on completion. We could turn on coveralls.io or somesuch and have AVA spit out test coverage.
@joeybaker I think I learned a thing or two from this pull-request. Thanks 😁 👍
@joeybaker sure, I personally used codecov.io for a few other projects, but it's up to you to choose.
Released as 2.7.2
@mdibaiee I'm not particular. I also don't have access to setup integrations. Would you mind enabling codecov.io?
@joeybaker sure, I just enabled it, here is what needs to be modified in the Travis CI config file after coverage reports:
Cool. I'll set it up in a bit.