Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test coverage for commands in unit tests #21

Closed
cmbrandenburg opened this issue Jan 5, 2016 · 0 comments
Closed

Test coverage for commands in unit tests #21

cmbrandenburg opened this issue Jan 5, 2016 · 0 comments
Assignees
Milestone

Comments

@cmbrandenburg
Copy link
Member

Currently the commands are tested in the commands integration test. This test spawns a temporary CouchDB server and executes a command against it. This works well on a machine that has CouchDB installed, but it's impossible to test commands on a machine that doesn't have CouchDB installed.

Add test coverage for commands in the unit tests by mocking the CouchDB server.

This was referenced Jan 10, 2016
@cmbrandenburg cmbrandenburg added this to the v0.5.0 milestone Jan 10, 2016
@cmbrandenburg cmbrandenburg self-assigned this Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant