A / superagent-mocker

Pretty simple in-browser mocks for CRUD and REST API
132 stars 32 forks source link

add functionality use_mocks_only #42

Closed risentveber closed 6 years ago

risentveber commented 8 years ago

Add use mocks only functionality. When it is enabled and there is no such route it throws error.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1b64871857405e4ec5751841a7b10cd70cc1284f on risentveber:use_mocks_only into e42c9043e72aa420bca0514feb77e8fc1840cd6a on A:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1b64871857405e4ec5751841a7b10cd70cc1284f on risentveber:use_mocks_only into e42c9043e72aa420bca0514feb77e8fc1840cd6a on A:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1b64871857405e4ec5751841a7b10cd70cc1284f on risentveber:use_mocks_only into e42c9043e72aa420bca0514feb77e8fc1840cd6a on A:master.

A commented 8 years ago

LGTM 👍 @tbranyen could you take a look on it?

maxkoryukov commented 7 years ago

@tbranyen , @A, it is really useful stuff, review plz

tbranyen commented 7 years ago

Looks good to me, just left a comment about the clean up code.

maxkoryukov commented 7 years ago

So we are just waiting for a fix from @risentveber ??

tbranyen commented 7 years ago

Looks like it, I'm a bit hesitant to merge in something that could break tests down the line.