NREL / electrolyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Electrolyzer model unit tests

camirmas opened this issue · comments

This is to follow #2

Create an initial suite of unit tests for the electrolyzer model. Ideally this will test the public-facing functions of the Electrolyzer class to ensure adequate code coverage. The control scheme tests likely fall into more of an integration testing scheme, though we may be able to unit test using fixtures and mocks.

Update this issue with unit test case information as needed.

The first set of unit tests is completed, so I'm closing this