mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Move tests out of main package
This commit is contained in:
parent
419faf0362
commit
15591cda45
2 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from ..errors import PrintableError
|
from gtkblueprinttool.errors import PrintableError
|
||||||
from ..tokenizer import Token, TokenType, tokenize
|
from gtkblueprinttool.tokenizer import Token, TokenType, tokenize
|
||||||
|
|
||||||
|
|
||||||
class TestTokenizer(unittest.TestCase):
|
class TestTokenizer(unittest.TestCase):
|
Loading…
Add table
Add a link
Reference in a new issue