tests: adjust top level comments in backward compatibility tests

This commit is contained in:
Jonas Malaco 2021-04-04 05:17:01 -03:00
parent 4ddcd8d789
commit 10ca94c473
6 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
"""Test the use of APIs from liquidctl v1.0.0.
"""Test API backward compatibility with liquidctl 1.0.x.
While at the time all APIs were undocumented, we choose to support the use
cases from GKraken as that software is a substantial contribution to the

View File

@ -1,4 +1,4 @@
"""Test backwards compatibility with liquidctl 1.1.0."""
"""Test backward compatibility with liquidctl 1.1.x."""
import pytest

View File

@ -1,3 +1,5 @@
"""Test backward compatibility with liquidctl 1.2.x."""
import pytest

View File

@ -1,3 +1,5 @@
"""Test backward compatibility with liquidctl 1.3.x."""
import pytest

View File

@ -1,3 +1,5 @@
"""Test backward compatibility with liquidctl 1.4.x."""
import pytest
from _testutils import MockHidapiDevice

View File

@ -1,4 +1,4 @@
"""Test backwards compatibility with liquidctl 1.5.0."""
"""Test backward compatibility with liquidctl 1.5.x."""
import pytest