dentarg / pynik

:tiger: Internet Relay Chat bot
Other
3 stars 2 forks source link

Start adding tests #37

Open dentarg opened 7 years ago

dentarg commented 7 years ago

Inspiration

dentarg commented 7 years ago

http://docs.mitmproxy.org/en/latest/pathod/test.html

The pathod.test module is a light, flexible testing layer for HTTP clients. It works by firing up a Pathod instance in a separate thread, letting you use Pathod’s full abilities to generate responses, and then query Pathod’s internal logs to establish what happened. All the mechanics of startup, shutdown, finding free ports and so forth are taken care of for you.

dentarg commented 7 years ago

Inspiration

https://github.com/Roguelazer/onepasswordpy/blob/master/tests/integration/agilekeychain_tests.py

dentarg commented 6 years ago

https://github.com/robotframework/robotframework

Robot Framework is a generic open source test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.