Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 372 Bytes

mytests.rst

File metadata and controls

14 lines (10 loc) · 372 Bytes

This file holds the tests that you create. Remember to import the python file(s) you wish to test, along with any other modules you may need. Run your tests with "python3 ok -t --suite SUITE_NAME --case CASE_NAME -v" --------------------------------------------------------------------------------

Suite 1

>>> from ants import *
Case Example
>>> x = 5
>>> x
5