igumnoff / shiva

Shiva library: Implementation in Rust of a parser and generator for documents of any type
https://docs.rs/shiva
GNU General Public License v3.0
159 stars 10 forks source link

create unit tests for all document types #91

Open evgenyigumnov opened 2 months ago

evgenyigumnov commented 2 months ago

Order for tests:

  1. Markdown
  2. Plain text
  3. PDF
  4. XLS
  5. XLSX
  6. CSV
  7. ODS
  8. Typst
  9. RTF
  10. DOCX
  11. JSON
  12. XML

Before create test you should check parser/generate file. for example markdown.rs have already some test. Just move unit test to your file. Integration test do not move