mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-18 18:18:13 +02:00
tests: Fix tests.
This commit is contained in:
@@ -28,7 +28,7 @@ class TestExportColors(unittest.TestCase):
|
|||||||
with open("/tmp/wal/colors.sh") as file:
|
with open("/tmp/wal/colors.sh") as file:
|
||||||
content = file.read().splitlines()
|
content = file.read().splitlines()
|
||||||
|
|
||||||
self.assertEqual(content[6], "foreground='#F5F1F4'")
|
self.assertEqual(content[7], "foreground='#F5F1F4'")
|
||||||
|
|
||||||
def test_css_template(self):
|
def test_css_template(self):
|
||||||
"""> Test substitutions in template file (css)."""
|
"""> Test substitutions in template file (css)."""
|
||||||
@@ -40,7 +40,7 @@ class TestExportColors(unittest.TestCase):
|
|||||||
with open("/tmp/wal/test.css") as file:
|
with open("/tmp/wal/test.css") as file:
|
||||||
content = file.read().splitlines()
|
content = file.read().splitlines()
|
||||||
|
|
||||||
self.assertEqual(content[6], " --background: #1F211E;")
|
self.assertEqual(content[7], " --background: #1F211E;")
|
||||||
|
|
||||||
def test_invalid_template(self):
|
def test_invalid_template(self):
|
||||||
"""> Test template validation."""
|
"""> Test template validation."""
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"wallpaper": "5.png",
|
"wallpaper": "5.png",
|
||||||
|
"font": "None",
|
||||||
|
|
||||||
"special": {
|
"special": {
|
||||||
"background": "#1F211E",
|
"background": "#1F211E",
|
||||||
|
Reference in New Issue
Block a user