Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 349 Bytes

unit_testing.rst

File metadata and controls

12 lines (7 loc) · 349 Bytes

Unit Testing

Unit testing is performed with py.test.

Tests can be found in pypsa/test/.

Power flow is tested against Pypower (the Python implementation of MATPOWER) using its built-in cases.

Unit testing of new GitHub commits is automated with Travis CI.