catala/examples/aides_logement
Louis Gesbert 0ab7a0f9ce Turn all existing tests to inline tests
Done using
```bash
process() { FILE=$1; awk 'match($0, /^```catala-test *{ *id *= *"(.*)" *}/, a) {print "```catala-test-inline"; f="'"$(dirname $FILE)/output/$(basename $FILE)"'." a[1]; getline; print "$ " $0; while ((getline<f) > 0) print; next} {print}' $FILE >$FILE.new; mv $FILE.new $FILE; }
for f in tests/test_*/*/*.catala_* examples/**/*.catala_*; do process $f; git add $f; done
for d in $(find -name output -type d); do git rm -r $d; done
```
2022-09-23 14:45:10 +02:00
..
doc Merge branch 'master' into allocations_logement 2022-07-06 16:43:14 +02:00
tests Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
.gitignore feat(build): add the generation of json schemas to the build workflow 2022-07-29 18:47:42 +02:00
aides_logement.catala_fr Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
archives.catala_fr Last corrections 2022-09-08 14:54:02 +02:00
arrete_2019-09-27.catala_fr Update assets and rename executable 2022-09-08 15:16:39 +02:00
autres_sources.catala_fr Last corrections 2022-09-08 14:54:02 +02:00
code_construction_legislatif.catala_fr Starting to fix diffs 2022-09-07 17:51:48 +02:00
code_construction_reglementaire.catala_fr Fixing discrepancies with LegiFrance in French housing benefits 2022-09-08 12:30:16 +02:00
code_sécurité_sociale.catala_fr Last corrections 2022-09-08 14:54:02 +02:00
dune Fix relative dir in french_law artifacts ; add a note in examples/README.md 2022-08-04 17:36:50 +02:00
Makefile Merge branch 'master' into allocations_logement 2022-07-06 16:43:14 +02:00
prologue.catala_fr No RLS for logement-foyers 2022-08-19 11:54:15 +02:00