pytest_pastebin plugin ====================== submit failure or test session information to a pastebin service. .. contents:: :local: Usage ---------- **Creating a URL for each test failure**:: py.test --pastebin=failed This will submit full failure information to a remote Paste service and provide a URL for each failure. You may select tests as usual or add for example ``-x`` if you only want to send one particular failure. **Creating a URL for a whole test session log**:: py.test --pastebin=all Currently only pasting to the http://paste.pocoo.org service is implemented. command line options -------------------- ``--pastebin=mode`` send failed|all info to Pocoo pastebin service. Start improving this plugin in 30 seconds ========================================= Do you find the above documentation or the plugin itself lacking? 1. Download `pytest_pastebin.py`_ plugin source code 2. put it somewhere as ``pytest_pastebin.py`` into your import path 3. a subsequent ``py.test`` run will use your local version Further information: extend_ documentation, other plugins_ or contact_. .. include:: links.txt