Re: Importer regression tests as pytest

2023-08-08 Thread Eric Altendorf
It took a few more changes than package names, and I had to guess at some of them, but this is working for me: https://github.com/beancount/beangulp/pull/118 apologies if I did anything wrong setting up the PR; I'm pretty new to github development and happy to take feedback. On Fri, Aug 4, 2023

Importer regression tests as pytest

2023-08-04 Thread Eric Altendorf
I wanted to run my importer regression tests as part of my overall pytest run. I found this for v2: https://github.com/beancount/beancount/blob/v2/beancount/ingest/regression_pytest.py but I couldn't find an analogue for v3. Is it not in v3 yet? If so, would it be a good idea to move/port