Running unit tests from a different notebook (using Python unittest package) doesn't produce output (can't discover the test files)
I have a test file (test_transforms.py) which has a series of tests running using Python's unittest package. I can successfully run the tests inside of the file with expected output. But when I try to run this test file from a different notebook (run...
- 9525 Views
- 5 replies
- 1 kudos
Latest Reply
Hello, I have exactly the same issue.In my case, using the ipytest library from Databricks clusters, this is the error that occurs when I try to run the tests:EEEEE [100%]============================================== ERRORS =========================...
- 1 kudos