cancel
Showing results for 
Search instead for 
Did you mean: 
Hinata
Member
since ‎02-18-2021
‎02-21-2021

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello everyone,, I am always confused about the difference between these two. If the chunk below was the app, how would a unit test look like? And an integration test? def add(a, b): return a + b def mult(a, b): return a * b if __name__ == "__main__"...