From e1f11b9612ebf607b00b3c327644835ef5878e81 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:13:02 +0200 Subject: [PATCH] remove unneeded lines in test file --- tests/data/xps.small_test.nxs | Bin 333872 -> 333872 bytes tests/test_reader.py | 4 ---- 2 files changed, 4 deletions(-) diff --git a/tests/data/xps.small_test.nxs b/tests/data/xps.small_test.nxs index 41ebc974f97cb222a58d9b1246167842cf74f5a2..3817c553a1b6ad677c0f7ee7fda5e73b492d869b 100644 GIT binary patch delta 65 zcmdn6L1e=Qk%kt=EllS+g$)g@OwII6O)L#f&9n`StPBjYr*G_JlI1~`Xy@u;0%GRv JTwN?`eE^)E62Jfe delta 65 zcmdn6L1e=Qk%kt=EllS+g$*pNj12TFOwBAz%(V@StPBjYr*G_JlI1~`Xy@u;0%GRv JTwN?`eE^;u63hSq diff --git a/tests/test_reader.py b/tests/test_reader.py index b40a427b..bf1560dc 100644 --- a/tests/test_reader.py +++ b/tests/test_reader.py @@ -154,10 +154,6 @@ def test_xps_writing(tmp_path): assert log == ref_log -pwd = os.path.join(Path(__file__).parent, "data") -test_xps_writing(pwd) - - def test_shows_correct_warnings(): """ Checks whether the read function generates the correct warnings.