From 89f835733c4019c5cb087885a874f34cf4ff183d Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 19 Jun 2021 03:03:29 +0200 Subject: Testcase(s) for expressions. --- testsuite/pyunit/dom/Literals.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuite/pyunit/dom/Literals.py') diff --git a/testsuite/pyunit/dom/Literals.py b/testsuite/pyunit/dom/Literals.py index 8e426a0a9..7eb80abaa 100644 --- a/testsuite/pyunit/dom/Literals.py +++ b/testsuite/pyunit/dom/Literals.py @@ -1,10 +1,11 @@ -from pyGHDL.dom.Literal import IntegerLiteral -from pyGHDL.dom.Object import Constant from pathlib import Path from textwrap import dedent from unittest import TestCase from pyGHDL.dom.Misc import Design, Document +from pyGHDL.dom.Object import Constant +from pyGHDL.dom.Literal import IntegerLiteral + if __name__ == "__main__": print("ERROR: you called a testcase declaration file as an executable module.") -- cgit v1.2.3