rtd icon indicating copy to clipboard operation
rtd copied to clipboard

Support Continuous Integration servers

Open xolvio opened this issue 11 years ago • 3 comments

Provide a command line to do --single-run, which would:

  • Fire up RTD services
  • Run a single pass of all the unit / acceptance / coverage tests
  • Gracefully shut down all the services (option to keep servers running, like Selenium)
  • Return an exit code for CI servers to deal with
  • Output a report that CI servers can publish

xolvio avatar Sep 12 '13 15:09 xolvio

Try the pull request, should solve all point but:

  • Gracefully shut down all the services (option to keep servers running, like Selenium)

Tested locally with Jenkins, all results are published as junit reports into path test/rtd/reports

Nomeasmo avatar Oct 16 '13 10:10 Nomeasmo

Thank you very much, I'm just looking at merging this...

samhatoum avatar Oct 24 '13 06:10 samhatoum

Where is the pull request ? Maybe that issue can be closed ? I hope that when I solve all my issues with RTD, Travis will be able to execute the tests without complaining :)

AdrienLemaire avatar Feb 04 '14 22:02 AdrienLemaire