Method: LearnTest::Strategies::Pytest#run
- Defined in:
- lib/learn_test/strategies/pytest.rb
#run ⇒ Object
21 22 23 |
# File 'lib/learn_test/strategies/pytest.rb', line 21 def run system("python -m pytest #{[:argv].join(' ')} --junitxml='./.results.xml'") end |