Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 331 Bytes

File metadata and controls

6 lines (4 loc) · 331 Bytes

JPDemoUnitTest

Test python variable scopes and the mutable array type with two separate unit tests.

  • Side effect will overwrite the variable that was passed into the method, and will not retain its original value.
  • No side effect will allow the original value that was passed in to retain its value after calling the method.