You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
The project needs comprehensive unit tests for the TextUnit.to_s_expr method in the proust_reader.py file. These tests should verify proper S-expression generation with various nesting levels, metadata handling, and special characters. The tests should cover:
Different node types (paragraphs, sentences, phrases, words)
Proper handling of Unicode characters in the text
Metadata serialization and deserialization
Nesting hierarchies with multiple levels
Edge cases like empty units or very large text blocks
This will help ensure the stability of the S-expression output format as the project evolves.
The project needs comprehensive unit tests for the TextUnit.to_s_expr method in the proust_reader.py file. These tests should verify proper S-expression generation with various nesting levels, metadata handling, and special characters. The tests should cover:
This will help ensure the stability of the S-expression output format as the project evolves.