Files @ 701ccdc19250
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pytest.ini

Brett Smith
tests: Test where Transactions are real NamedTuples.

This makes methods like _replace available in real code, and caught the
bug where we can't use @functools.lru_cache with Transaction arguments,
because they're unhashable due to their mutable members.
1
2
3
[pytest]
filterwarnings =
  ignore::DeprecationWarning:^socks$