Commit d5b1eca0 authored by Kirill Smelkov's avatar Kirill Smelkov

Add way to run tests via nxdtest

Nxdtest[1] is tox-like tool to run tests under Nexedi testing
infrastructure.

[1] https://lab.nexedi.com/nexedi/nxdtest

/cc @jerome, @gabriel
/reviewed-on !6
parent d7a30fcd
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
TestCase('thread', ['python', '-m', 'pytest'], summaryf=PyTest.summary)
TestCase('gevent', ['gpython', '-m', 'pytest'], summaryf=PyTest.summary)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment