mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
minikconf: run through isort
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -25,6 +25,9 @@ class TestLinters:
|
||||
]
|
||||
)
|
||||
|
||||
def test_isort_minikconf(self):
|
||||
check_call([sys.executable, "-m", "isort", "-c", "../scripts/minikconf.py"])
|
||||
|
||||
def test_isort_pkg(self):
|
||||
check_call([sys.executable, "-m", "isort", "-c", "qemu/"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user