Alongside the pgTAP emitter, add emitters that generate a pytest (Python) or vitest/jest (TS) test file from the matrix, for teams that run RLS assertions in their app test suite instead of pg_prove. The pgTAP emitter in src/rlsgrid/emitters/pgtap.py is the reference.
Alongside the pgTAP emitter, add emitters that generate a pytest (Python) or vitest/jest (TS) test file from the matrix, for teams that run RLS assertions in their app test suite instead of pg_prove. The pgTAP emitter in
src/rlsgrid/emitters/pgtap.pyis the reference.