Method: LearnTest::Strategies::PythonUnittest#run

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

#runObject



20
21
22
# File 'lib/learn_test/strategies/python_unittest.rb', line 20

def run
  system("nosetests #{options[:argv].join(' ')} --verbose --with-json --json-file='./.results.json'")
end