Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing

Goals

Be able to test the correctness of the

  • aim engine
  • aim sdk
  • aim ql
  • extensions

Folder Structure

tests
  engine
    test_*.py
  sdk
    test_*.py
  ql
    test_*.py
  ext
    test_*.py

Run

Run tests via command python -m unittest discover -s tests in the root folder.