x264 source for verification 2026-05-22
This commit is contained in:
12
tools/digress/__init__.py
Normal file
12
tools/digress/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Automated regression/unit testing suite.
|
||||
"""
|
||||
|
||||
__version__ = '0.2'
|
||||
|
||||
def digress(fixture):
|
||||
"""
|
||||
Command-line helper for Digress.
|
||||
"""
|
||||
from digress.cli import Dispatcher
|
||||
Dispatcher(fixture).dispatch()
|
||||
Reference in New Issue
Block a user