mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-24 08:12:13 +02:00
prepare tests
This commit is contained in:
parent
d78280dea5
commit
10ea276dfa
18
tests/test_commands_flow/test_multiple_commands.py
Normal file
18
tests/test_commands_flow/test_multiple_commands.py
Normal file
@ -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
|
10
tests/test_patterns/test_overlapping_patterns.py
Normal file
10
tests/test_patterns/test_overlapping_patterns.py
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
def test_adjusted_start_end():
|
||||
pass
|
||||
|
||||
def test_overlapping_patterns():
|
||||
pass
|
||||
|
||||
def test_caching():
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user