Skip to content

Use VCR / WebMock for testing Namecheap replies #4

Description

@parasquid

https://github.com/vcr/vcr will record api replies from Namecheap so we have a static, predictable, unchanging reply from which we can base our tests on.

https://github.com/bblimke/webmock intercepts web calls and mocks them out so tests are fast and we don't have to be online.

Together they make for a more robust test suite.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions