Browse Source
The py.test unit test runner offers a number of more advanced features than simply running using unittest.main. In particular it allows us to capture a tests output and print it if it fails. This change checks whether we have pytest available and if yes, enables verbose tests and runs using pytest. This'll give the usual experience (with colors!) and show us the stdout if a test fails making travis a lot easier to handle. Signed-off-by: Christian Decker <decker.christian@gmail.com>ppa-0.6.1
Christian Decker
7 years ago
committed by
Rusty Russell
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue