Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 607 Bytes

index.rst

File metadata and controls

31 lines (20 loc) · 607 Bytes

Developer's Guide

events frontend jsonrpc implementing_a_card implementation_notes

Running the Test Suite

Running the test suite can be accomplished by running

trial cardboard

(or via your test runner of choice). In addition, all the integration tests are kept inside the cardboard.integration_tests package, so restricting to only the integration tests can be accomplished with

trial cardboard.integration_tests

or omitting them via

trial cardboard.tests