This repository contains a small set of functions and classes to help you write unit tests for an AFB binding. The unittest standard Python module is used as a base for the unit test framework. It is ...
Create a new function, test_run_rego.py, which will house the unit tests for the run_rego.py function. The test_run_rego.py function should be stored inside of the ...