From 20234d284e43f9ea3148a36f16de2e240b479da7 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Wed, 29 Apr 2020 17:20:12 +0200 Subject: [PATCH] tests moved --- tests/psf/__init__.py | 0 tests/{ => psf}/test_Zemax.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/psf/__init__.py rename tests/{ => psf}/test_Zemax.py (100%) diff --git a/tests/psf/__init__.py b/tests/psf/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_Zemax.py b/tests/psf/test_Zemax.py similarity index 100% rename from tests/test_Zemax.py rename to tests/psf/test_Zemax.py