mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Tiny formatter improvements
This commit is contained in:
parent
e261180dcc
commit
e5cde71fc1
4 changed files with 155 additions and 166 deletions
|
@ -21,7 +21,7 @@
|
|||
import unittest
|
||||
from pathlib import Path
|
||||
|
||||
from blueprintcompiler.formatter import Formatter
|
||||
from blueprintcompiler import formatter
|
||||
|
||||
|
||||
class TestFormatter(unittest.TestCase):
|
||||
|
@ -38,7 +38,7 @@ class TestFormatter(unittest.TestCase):
|
|||
) as f:
|
||||
expected = f.read()
|
||||
|
||||
actual = Formatter.format(input_data)
|
||||
actual = formatter.format(input_data)
|
||||
self.assertEqual(actual, expected)
|
||||
|
||||
def test_formatter(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue