Proposal: Reorganize Tests for Better Execution #134
lumin (l-lumin)
started this conversation in
General
Replies: 3 comments
|
What should I use python or something I want simple |
0 replies
|
Can you please tell about this problem more i couldn't understand it... |
0 replies
|
If there is any dependencies issue then try using a virtual env then try fixing the test cases... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, all local tests are written inside a single function test_markitdown_local. This cretes two main issues:
Solution
Split local tests to other file and into separate functions
Example
All reactions