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
35 stars 8 forks source link

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

Closed dickwolff closed 5 months ago

dickwolff commented 7 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 5 months ago

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