class HwCheker::HomeWorkChecker::TestRun::PythonTestRun

Public Class Methods

new(path) click to toggle source
# File lib/hw_cheker/python_test_run.rb, line 5
def initialize(path)
  `cd #{path}/test`
  puts `nosetests`
end