From 05d1187bd969da578b1225c516ecbcb1e7256592 Mon Sep 17 00:00:00 2001 From: Rob <5183487+Rexeh@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:15:08 +0000 Subject: [PATCH] Remove redundant test --- tests/dcs_world/test_no_modifiers.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/dcs_world/test_no_modifiers.py diff --git a/tests/dcs_world/test_no_modifiers.py b/tests/dcs_world/test_no_modifiers.py deleted file mode 100644 index 2fb214a..0000000 --- a/tests/dcs_world/test_no_modifiers.py +++ /dev/null @@ -1,10 +0,0 @@ -import joystick_diagrams.plugins.dcs_world_plugin.dcs_world as dcs - - -def setup_function(): - dd_device("dev-1", "device 1") - add_device("dev-2", "device 2") - - -def inputs_no_modifiers(): - pass