better docs
All checks were successful
CI/CD Pipeline / test (push) Successful in 35s

This commit is contained in:
philipp 2024-02-05 11:40:28 +01:00
parent 0763a0fb42
commit 29e064cdbb

View File

@ -3,10 +3,14 @@ RISolve
# Folder # Folder
- ./data - ./data
- cache -> cache for `overview` tests - cache -> cache for `overview` tests
- expected
- overview -> expected xml links of law_ids
# Tests # Add new law text
## Tests
- Getting paragraphs from `law_id` (`risparser::overview::test::parse()`) - Getting paragraphs from `law_id` (`risparser::overview::test::parse()`)
- Create files for specific expected law texts in `./data/expected/overview` (then run tests to get current output) - Create file `law_id` in `./data/expected/overview` (then run tests to get current output + save in file)
# Features (to be moved to lib.rs one-by-one) # Features (to be moved to lib.rs one-by-one)
- Text to structured law - Text to structured law