cancel
Showing results for 
Search instead for 
Did you mean: 
alexott
Valued Contributor II
Valued Contributor II
since ‎08-21-2021
2 weeks ago

User Stats

  • 29 Posts
  • 8 Solutions
  • 2 Kudos given
  • 20 Kudos received

User Activity

I've written the code in the notebooks using the Python, and I want to add tests to it to make sure that it won't break when I do more changes.What tools can I use for that tasks?
We need to add unit test cases for our code that we're writing using the Scala in Python. But we can't use the calls like `assertEqual` for comparing the content of DataFrames. Are any special libraries for that?