mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-27 02:54:23 +01:00
12 lines
190 B
Python
12 lines
190 B
Python
from goose.toolkit.lint import lint_toolkits
|
|
|
|
from goose.toolkit.lint import lint_providers
|
|
|
|
|
|
def test_lint_toolkits():
|
|
lint_toolkits()
|
|
|
|
|
|
def test_lint_providers():
|
|
lint_providers()
|