pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
103 stars 17 forks source link

Backend test suite #387

Closed goodboy closed 1 year ago

goodboy commented 2 years ago

In #331 comes a new backend test command piker brokercheck which i think we should run in CI against all backends that are officially supported.

Should be super simple to whip together with pytest.

Bonus points for extending things to be able to eventually spawn the tsdb and stream quotes from it use a data-layer set of tests 😉

goodboy commented 1 year ago

Ended up moving the endpoint checks inside the new .data.validate from #489 and we have all the desired "service" tests already in CI but improved in that as well.