Class: HwCheker::HomeWorkChecker::TestRun::PythonTestRun

Inherits:
Object
  • Object
show all
Defined in:
lib/hw_cheker/python_test_run.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ PythonTestRun

Returns a new instance of PythonTestRun.



5
6
7
8
# File 'lib/hw_cheker/python_test_run.rb', line 5

def initialize(path)
  `cd #{path}/test`
  puts `nosetests`
end