From d601e81c4a0bc5cc166444b58ef50529e78e929a Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Mon, 27 Jun 2022 19:32:23 +0200
Subject: [PATCH] Add test file for AST classes

---
 gdb-port/tests/unit/ast.py | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 gdb-port/tests/unit/ast.py

diff --git a/gdb-port/tests/unit/ast.py b/gdb-port/tests/unit/ast.py
new file mode 100644
index 0000000..04fa5d4
--- /dev/null
+++ b/gdb-port/tests/unit/ast.py
@@ -0,0 +1,2 @@
+import unittest
+import unittest.mock
-- 
GitLab