From 84775d4973f9d6450573b98d2f58dd7e9abc097c Mon Sep 17 00:00:00 2001 From: Bruno Agostini Date: Mon, 23 Dec 2019 15:25:42 +0100 Subject: [PATCH] Add files via upload --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/__init__.py b/tests/__init__.py index bae4439d..2c0ca15d 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -59,4 +59,5 @@ __all__ = [ 'TestImporters', 'TestJupyter', 'TestWorkplanes', + 'TestAssembleEdges', ]