LogarithmPlotter/tests/python/test_main.py
2024-09-19 00:50:47 +02:00

16 lines
No EOL
247 B
Python

import pytest
from LogarithmPlotter.logarithmplotter import get_linux_theme
THEMES = [
"Basic",
"Universal",
"Material",
"Fusion",
"Windows",
"macOS"
]
class TestMain:
def test_themes(self):
get_linux_theme()