Method: LearnTest::Strategies::PythonUnittest#output
- Defined in:
- lib/learn_test/strategies/python_unittest.rb
#output ⇒ Object
24 25 26 |
# File 'lib/learn_test/strategies/python_unittest.rb', line 24 def output @output ||= Oj.load(File.read('.results.json'), symbol_keys: true) end |