Starting main tests

This commit is contained in:
Adsooi 2024-09-19 00:50:47 +02:00
parent 7dd64c8e31
commit b55b2a11fe
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 77 additions and 42 deletions

16
tests/python/test_main.py Normal file
View file

@ -0,0 +1,16 @@
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()