From 10ea276dfaf1caf060d9f82a197b6d6bf1538e9a Mon Sep 17 00:00:00 2001 From: MarkParker5 Date: Wed, 15 Mar 2023 19:31:11 +0100 Subject: [PATCH] prepare tests --- .../test_multiple_commands.py | 18 ++++++++++++++++++ .../test_patterns/test_overlapping_patterns.py | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 tests/test_commands_flow/test_multiple_commands.py create mode 100644 tests/test_patterns/test_overlapping_patterns.py diff --git a/tests/test_commands_flow/test_multiple_commands.py b/tests/test_commands_flow/test_multiple_commands.py new file mode 100644 index 0000000..8a09dfb --- /dev/null +++ b/tests/test_commands_flow/test_multiple_commands.py @@ -0,0 +1,18 @@ + +def test_multiple_commands(): + pass + +def test_repeating_command(): + pass + +def test_overlapping_commands_less_priority_cut(): + pass + +def test_overlapping_commands_priority_cut(): + pass + +def test_overlapping_commands_remove(): + pass + +def test_viobjects_parse_caching(): + pass \ No newline at end of file diff --git a/tests/test_patterns/test_overlapping_patterns.py b/tests/test_patterns/test_overlapping_patterns.py new file mode 100644 index 0000000..9400482 --- /dev/null +++ b/tests/test_patterns/test_overlapping_patterns.py @@ -0,0 +1,10 @@ + +def test_adjusted_start_end(): + pass + +def test_overlapping_patterns(): + pass + +def test_caching(): + pass + \ No newline at end of file