YaleOpenLab / openx

A platform of platforms for next generation funding models powered by cryptocurrencies
https://www.openx.solar
GNU General Public License v3.0
8 stars 4 forks source link

Write integration tests #261

Open Varunram opened 4 years ago

Varunram commented 4 years ago

Right now, we only have unit tests for components that are isolated in function from the others. For components who functionality is linked closely with others, unit tests can't help since one needs the other. For this, we would need to have integration tests that test the investment workflow, payback workflow, etc.

Varunram commented 4 years ago

Openx test suite was fixed by recent commits, integration tests between openx and opensolar still remain.