Method: LearnTest::Strategies::PythonUnittest#detect
- Defined in:
- lib/learn_test/strategies/python_unittest.rb
#detect ⇒ Object
11 12 13 |
# File 'lib/learn_test/strategies/python_unittest.rb', line 11 def detect runner.files.any? {|f| f.match(/.*.py$/) } end |