Initial vLLM agent strategy
This commit is contained in:
5
tests/test_priority_order.py
Normal file
5
tests/test_priority_order.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.domain.priorities import PRIORITY_BOUNTY, PRIORITY_PROMOTE, PRIORITY_OTHERS_DOWNLOADED, PRIORITY_SELF_DOWNLOAD
|
||||
|
||||
|
||||
def test_priority_order():
|
||||
assert PRIORITY_BOUNTY < PRIORITY_PROMOTE < PRIORITY_OTHERS_DOWNLOADED < PRIORITY_SELF_DOWNLOAD
|
||||
Reference in New Issue
Block a user