Add pytest hooks for importer integration tests#118
Add pytest hooks for importer integration tests#118ericaltendorf wants to merge 1 commit intobeancount:masterfrom
Conversation
Migrated with adaptations from v2 codebase.
|
This patch helped me get unstuck on making my regression tests work on Beangulp. |
|
I like the idea of exposing importer tests as pytest/unittest testcases. Regarding the implementation: I think parts of what this pull request contributes exists already in beangulp: What exists already:
What does not exist yet, as far as I see:
Question / Suggestion for this pull request: |
Most definitely. This is the main reason why this stalled. Furthermore, it should also expose the functionality in a way useful also for integration with an |
Migrated with adaptations from v2 codebase.