Starting main tests
This commit is contained in:
parent
7dd64c8e31
commit
b55b2a11fe
3 changed files with 77 additions and 42 deletions
16
tests/python/test_main.py
Normal file
16
tests/python/test_main.py
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue