Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Testing Directory

Besides testing input data, we typically keep two types of files in this directory:

  • Local Execution: A module configured to conveniently execute engines in Pycharm or VS Code (even in the debug mode) with one or two clicks. In particular, the methods of the TestLocalExecution class mimics the execution flow on Mip Hub.
  • Test: Scripts for unit testing.

The utils.py script contains utility functions to read, write, and run data integrity checks locally.