Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.28 KB

TODO.md

File metadata and controls

24 lines (19 loc) · 1.28 KB

To Do

  • requests -> aiohttp.
  • furl -> yarl.
  • flake8, black & isort -> ruff
  • Use http.HTTPStatus and http.HTTPMethod when we get to 3.11.
  • Mountebank 2.6 PredicateGenerator ignore feature. PredicateGenerator needs some love in general.
  • What if Mountebank is installed elsewhere? We should emit better messages if starting the mb server fails.
  • Does the TCP protocol stuff work? I need to add endOfRequestResolver I think, at least.
  • Proxy record/playback
  • Tutorial & guide
  • had_request() matcher for imposters - deprecate server version?
  • Write a CONTRIBUTING.md
  • Builders for Impostors etc.

CI

  • Publish coverage
  • Automate Release process

For 3.0

  • Make lots of arguments keyword only.
  • Remove anything deprecated.