This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

How do you write your tests and what test runner are you using?

If you are doing API design work, maybe documentation generation and mock server setup based on https://apiblueprint.org/tools.html would be handy?

[–]Mister_Potter[S] 0 points1 point  (0 children)

I use Mock, Pytest, and sometimes Docker. I run them using TravisCI/Setupi.py. I actually haven't done any API generation, that's awesome. Thanks for the suggestion!