x264 source for verification 2026-05-22
This commit is contained in:
14
tools/digress/constants.py
Normal file
14
tools/digress/constants.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
All of Digress's constants.
|
||||
"""
|
||||
|
||||
TEST_PASS = 0
|
||||
TEST_FAIL = 1
|
||||
TEST_DISABLED = 2
|
||||
TEST_SKIPPED = 3
|
||||
|
||||
CASE_PASS = 0
|
||||
CASE_FAIL = 1
|
||||
|
||||
FIXTURE_PASS = 0
|
||||
FIXTURE_FAIL = 1
|
||||
Reference in New Issue
Block a user