Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

test: Added tests for completeness of StateDict and Simulator #59

Merged
merged 7 commits into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. test(StateDict): Added tests for methods in 'StateDict'

    Added save and load tests for 'StateDict' to ensure that every
    functionality within the methods are covered in test.
    lsetiawan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3f16a33 View commit details
    Browse the repository at this point in the history
  2. test: Added test for 'load_state_dict' for 'Simulator' class

    Added test for the loading functionalities of a 'Simulator'
    class to ensure that it's working properly
    lsetiawan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a254566 View commit details
    Browse the repository at this point in the history
  3. test: Added tests for 'io' module

    Added test functions for the whole 'io' module
    lsetiawan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    415540f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6ed1e1 View commit details
    Browse the repository at this point in the history
  5. fix: Removed hardcoding of current dir of '.'

    Removed hardcoding of current directory using
    '.', instead use 'os.path.curdir' to be more
    OS agnostic
    lsetiawan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3ebeba7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03aba11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb1c24f View commit details
    Browse the repository at this point in the history