-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Smoke) testing #33
Comments
Similar UB-Mannheim/ocr-fileformat#41 |
bertsky
pushed a commit
to bertsky/core
that referenced
this issue
Apr 26, 2023
bertsky
pushed a commit
to bertsky/core
that referenced
this issue
Apr 26, 2023
document usage with docker hub deployed images, fix OCR-D#33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To ensure code remains functional, some basic test of functionality is required. Helps while refactoring the code (e.g. #28 #9 #20)
First, fix output (currently XML declaration is duplicated for each page tree).
Then have an example (e.g. the one in @OCR-D/spec) with the expected output and create a test script to ensure it's still produced.
Make sure the tool is deployable and functional by adding CI to test continuously. Extend test script / examples to reflect extended CLI/specs.
The text was updated successfully, but these errors were encountered: