• 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