You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
The run_demo.py script is useful for testing things out with a real console, but it would be more valuable to have replay data to use for testing. We should also add documentation (sphinx or github wiki) explaining how to use the library features since the demo script is where most people are going to look for "how to" info currently.
The run_demo.py script is useful for testing things out with a real console, but it would be more valuable to have replay data to use for testing. We should also add documentation (sphinx or github wiki) explaining how to use the library features since the demo script is where most people are going to look for "how to" info currently.
Use something like https://github.com/kevin1024/vcrpy to record and replay (sanitized) requests and responses, and add test coverage that can be run by py.test.