Added plain-text comparison for tests#1180
Conversation
|
I tried modifying and got this output: \ No newline at end of file Which makes sense because a file is a valid test path in addition to a directory. Besides fixing that, additional comments:
|
|
@cragwolfe I addressed those issues |
| @@ -1,2 +1,4 @@ | |||
| structured-output | |||
| download | |||
| test_unstructured_ingest/expected-text-output/** | |||
There was a problem hiding this comment.
From the folder name it sounds like this is where the text output fixtures would go. Don't we want to track changes in git for these fixtures?
There was a problem hiding this comment.
there are no text fixtures so far, only json fixtures. this PR derives the clean text from json's at runtime.
cragwolfe
left a comment
There was a problem hiding this comment.
Definitely a big improvement to view partitioned text output changes! 👍
This PR adds a comparison during ingest test for the content of the files in plain text (i.e.: without JSON format)