decoy

🦆 Opinionated mocking library for Python

MIT License

Downloads
10.6K
Stars
25
Committers
4

Bot releases are visible (Hide)

decoy - v1.6.3

Published by mcous about 3 years ago

Bug Fixes

  • verifier: do not access out-of-bounds index of calls list (#45) (15389ad), closes #44
decoy - v1.6.2

Published by mcous over 3 years ago

Bug Fixes

  • warnings: don't raise MiscalledStubWarning on verified calls (#42) (929df14), closes #41
decoy - v1.6.1

Published by mcous over 3 years ago

Bug Fixes

decoy - v1.6.0

Published by mcous over 3 years ago

Features

  • when: add then_do API for triggering a callback (#39) (01fb271), closes #31
  • add mock method to replace create_decoy, create_decoy_func (#37) (d3e0ae9)
  • spy: add inspect.signature and repr support (#35) (0b12237), closes #29 #30
  • warnings: add RedundantVerifyWarning (#36) (633159f), closes #34
decoy - v1.4.0

Published by mcous over 3 years ago

Bug Fixes

  • typing: ensure create_decoy typing accepts ABC as spec (#20) (47e328c)

Features

  • matchers: add argument captor matcher (#19) (f8c49eb), closes #17
  • matchers: add HasAttributes and DictMatching matchers (#21) (0e75094), closes #18
decoy - v1.0.2

Published by mcous over 3 years ago

Bug Fixes

  • replace unittest.mock usage with custom spy (#3) (d1b742d)
decoy - v1.3.1

Published by mcous over 3 years ago

Reverts

  • remove missing stub warning; it's a little broken (338961e)
decoy - v1.2.0

Published by mcous over 3 years ago

Bug Fixes

  • spy: allow spy creation when type hints cannot be resolved (#10) (6bd7f40), closes #8

Features

  • verify: allow multiple rehearsals in verify (#11) (0c4206e), closes #9
decoy - v1.3.0

Published by mcous over 3 years ago

Features

  • when: warn if stub is called with args that do not match (#15) (5fd4e6d), closes #14
decoy - v1.0.1

Published by mcous over 3 years ago

Bug Fixes

  • allow nested mocks and typing (#2) (0371a77)
decoy - v1.0.0

Published by mcous over 3 years ago

decoy - v1.1.0

Published by mcous over 3 years ago

Features

decoy - v1.3.2

Published by mcous over 3 years ago

Features

  • when: warn if stub is called with arguments that do not match rehearsals (#16) (f0190e7), closes #14
decoy - v0.1.0

Published by mcous over 3 years ago

Features

decoy - v1.5.0

Published by mcous over 3 years ago

Features

  • pytest_plugin: add pytest plugin for decoy fixture injection (#26) (3193808), closes #25
  • verify: allow specification of exact call count (#27) (f17dd05), closes #23