mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Do not print out all the fixture names at the start of test runs (#1287)
This commit is contained in:
parent
955e7ab4d0
commit
a4258cc75b
@ -207,10 +207,6 @@ def filter_fixtures(
|
|||||||
|
|
||||||
filtered.append(fixture_data)
|
filtered.append(fixture_data)
|
||||||
|
|
||||||
if desc:
|
|
||||||
print(f"# {desc}")
|
|
||||||
for value in filtered:
|
|
||||||
print(f"\t{value.name}")
|
|
||||||
filtered.sort()
|
filtered.sort()
|
||||||
return filtered
|
return filtered
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user