dickwolff / Export-To-Ghostfolio

Convert transaction history export from your favorite broker to a format that can be imported in Ghostfolio.
https://hub.docker.com/r/dickwolff/export-to-ghostfolio
Apache License 2.0
63 stars 10 forks source link

Improve predictability and decrease manual testing time with automatic testing #16

Closed dickwolff closed 10 months ago

dickwolff commented 11 months ago

To prevent manual testing every time I do a change, which is a chore on it’s own, the library should be tested automatically using a testing framework and run automatically with GitHub actions.

Especially the DEGIRO converter could profit massively from this.

Start with an easy one, eg. Finpension and then ramp up to all of them.

dickwolff commented 10 months ago

Is partially resolved by #26. Should be improved on in more PR's later.