• Roman Alifanov's avatar
    Add @test decorator for built-in testing · b37f6664
    Roman Alifanov authored
    - @test("description") decorator marks functions as tests
    - assert(condition, message) works in both bash and @awk functions
    - content test command runs all @test functions
    - Colored output with timing, pass/fail status
    - DCE skips @test functions in normal compilation mode
    - Supports combining @test with other decorators (@awk, @retry, etc.)
    b37f6664
Name
Last commit
Last update
..
__init__.py Loading commit data...
ast_nodes.py Loading commit data...
awk_codegen.py Loading commit data...
class_codegen.py Loading commit data...
codegen.py Loading commit data...
cse_codegen.py Loading commit data...
dce.py Loading commit data...
decorator_codegen.py Loading commit data...
dispatch_codegen.py Loading commit data...
errors.py Loading commit data...
expr_codegen.py Loading commit data...
lexer.py Loading commit data...
main.py Loading commit data...
parser.py Loading commit data...
stdlib.py Loading commit data...
stmt_codegen.py Loading commit data...
tokens.py Loading commit data...