Method: LearnTest::Strategies::Pytest#run

Defined in:
lib/learn_test/strategies/pytest.rb

#runObject



21
22
23
# File 'lib/learn_test/strategies/pytest.rb', line 21

def run
  system("python -m pytest #{options[:argv].join(' ')} --junitxml='./.results.xml'")
end