We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e73df2 commit 49aed4fCopy full SHA for 49aed4f
lib/py_unit_and_py_lint_adapter.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
class PyUnitAndPyLintAdapter < TestingFrameworkAdapter
4
+ delegate :translate_linter, to: :PyLintAdapter
5
+
6
def self.framework_name
7
'PyUnit and PyLint'
8
end
@@ -12,8 +14,4 @@ def parse_output(output)
12
14
PyUnitAdapter.new.parse_output(output)
13
15
16
-
- def translate_linter(result, locale)
17
- PyLintAdapter.translate_linter(result, locale)
18
- end
19
0 commit comments