conu icon indicating copy to clipboard operation
conu copied to clipboard

examples in CI

Open dhodovsk opened this issue 7 years ago • 2 comments
trafficstars

Run files in docs/source/examples in our CI, so we can be sure our examples are up to date.

dhodovsk avatar Sep 11 '18 09:09 dhodovsk

i.e. make centos-ci-test target depend on test-doc-examples target

jpopelka avatar Sep 11 '18 10:09 jpopelka

Right now if you run make test-doc-examples, if one of the examples fail you cannot see results of others. Proposed solution is to use pytest.

rpitonak avatar Sep 20 '18 11:09 rpitonak