Test Guidelines

Test PandaModels

Add the .json file of the pandapower net in data in test directory. Then, update the runtests.jl file, and add tests, at least, for the .json file, user defined parameters and termination status.

Test pandapower

All changes in PandaModels should be synced to pandapower. To test the changes, first checkout to develop branch in pandapower. Add the test for new function in pandapower, then in Python:

import pandapower.test
pandapower.test.run_all_tests()