mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
eec862d0ea
-re-instates previous super-linter pylint functionality -ignoring import errors is desired as super-linter does not support installing dependencies as it runs -creates a new test case file for confirming import-errors are disabled this consists of a 3rd party import and a basic usage
5 lines
65 B
Python
5 lines
65 B
Python
"""Test Python file for Pylint."""
|
|
|
|
import pytest
|
|
|
|
print(pytest)
|