From 609aed268899a34341f2cce8aeec7711b38062d2 Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Tue, 8 Feb 2022 09:46:51 +0100
Subject: [PATCH] moved unit test tot est directory

---
 tangostationcontrol/tangostationcontrol/test/beam/__init__.py     | 0
 .../tangostationcontrol/{ => test}/beam/test_delays.py            | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tangostationcontrol/tangostationcontrol/test/beam/__init__.py
 rename tangostationcontrol/tangostationcontrol/{ => test}/beam/test_delays.py (100%)

diff --git a/tangostationcontrol/tangostationcontrol/test/beam/__init__.py b/tangostationcontrol/tangostationcontrol/test/beam/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/tangostationcontrol/tangostationcontrol/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
similarity index 100%
rename from tangostationcontrol/tangostationcontrol/beam/test_delays.py
rename to tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
-- 
GitLab