Skip to content

Removing usage of the `testing` package

Latest
Compare
Choose a tag to compare
@jucardi jucardi released this 08 Nov 00:52
· 6 commits to master since this release
  • Removed usage of the testing package in mock files to avoid importing the testing package on compile time.
  • Added ISession mock
  • Created base Mock with common utilities for all mock implementations.