Class: LearnTest::PythonUnittest::RequirementsChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/learn_test/strategies/python_unittest/requirements_checker.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.check_installationObject



6
7
8
# File 'lib/learn_test/strategies/python_unittest/requirements_checker.rb', line 6

def self.check_installation
  new.check_installation
end

Instance Method Details

#check_installationObject



10
11
12
13
# File 'lib/learn_test/strategies/python_unittest/requirements_checker.rb', line 10

def check_installation
  PythonChecker.check
  PipChecker.check
end