LogarithmPlotter/tests/python/test_main.py

16 lines
247 B
Python
Raw Normal View History

2024-09-18 22:50:47 +00:00
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()