class PoisePython::Resources::PythonRuntimeTest::Resource

A `python_runtime_test` resource for integration testing of this cookbook. This is an internal API and can change at any time.

@provides python_runtime_test @action run

Public Instance Methods

default_path() click to toggle source
# File lib/poise_python/resources/python_runtime_test.rb, line 42
def default_path
  ::File.join('', "python_test_#{name}")
end