Bart Feenstra
Bart Feenstra
Can we instead use the future Cache API for this?
Closing in favor of https://github.com/bartfeenstra/betty/pull/1143
This was fixed by https://github.com/bartfeenstra/betty/pull/956
This has been obsoleted by https://github.com/bartfeenstra/betty/pull/1049
I traced the introduction of the bug back to commit `b27fd8c4d1a69b5ed1e8352f77adca2869b035d8` from https://github.com/bartfeenstra/betty/pull/882. That diff also shows the original working state of the code. I do agree it's surprising we...
I also found out why there were no test failures: during Betty's migration from nose2 to pytest, some test classes were not renamed correctly, causing pytest to ignore them. This...
Great, the tests are running :)
I've been thinking about this, but you know, life gets in the way. I'm thinking decorators to specify coverage scopes: - one scope per decorator - Multiple scope decorators are...
Hi, and welcome! This has been picked up by https://github.com/bartfeenstra/betty/pull/1238 for now. If you'd like to help out, there as some other [good first issues](https://github.com/bartfeenstra/betty/labels/good%20first%20issue) you may find interesting 😊
This issue is now available for anyone to pick up again 🙂