fix explantion in readme
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m48s

This commit is contained in:
philipp 2024-02-15 16:18:23 +01:00
parent 0f9a6fca70
commit cc16dcc78f

View File

@ -1,7 +1,7 @@
# RIS Parser
## Add new law text
- Tests: Create config file in `./data/configs/` and run the tests (`cargo t`). This will automatically create tests both for `overview` and `par` (by adding new files in `expected/`).
- Tests: Create config file in `./data/configs/` and run the tests (`cargo t`). This will automatically create tests both for `overview` and `par` (by adding new files in `data/expected/`).
## Integration test
- Nice test would be to re-create html ris file and compare it (problem with custom fixes, though)