conservancy_beancount/tests
Brett Smith 5140ca64f6 tests: Clean the environment before running tests.
As we start reading more sensitive user configuration (like RT credentials),
this fixture makes it simpler to ensure that the tests never read the user's
real configuration, which could lead to problems like passwords in tracebacks.
2020-03-23 12:01:02 -04:00
..
repository/Projects meta_project: Start hook. 2020-03-20 12:08:10 -04:00
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
conftest.py tests: Clean the environment before running tests. 2020-03-23 12:01:02 -04:00
test_config.py tests: Clean the environment before running tests. 2020-03-23 12:01:02 -04:00
test_data_account.py data.Account: Add is_income method. 2020-03-19 10:23:55 -04:00
test_data_iter_postings.py data: iter_postings uses Account. 2020-03-17 18:06:43 -04:00
test_data_posting_meta.py data: Start module with PostingMeta class. 2020-03-17 17:08:05 -04:00
test_meta_entity.py meta_entity: Start hook. 2020-03-21 13:53:33 -04:00
test_meta_expense_allocation.py plugin: User configuration is passed to hooks on initialization. 2020-03-19 17:23:27 -04:00
test_meta_income_type.py plugin: User configuration is passed to hooks on initialization. 2020-03-19 17:23:27 -04:00
test_meta_project.py meta_project: Start hook. 2020-03-20 12:08:10 -04:00
test_meta_repo_links.py meta_repo_links: Start hook. 2020-03-20 16:47:06 -04:00
test_meta_tax_implication.py plugin: User configuration is passed to hooks on initialization. 2020-03-19 17:23:27 -04:00
test_plugin.py plugin: User configuration is passed to hooks on initialization. 2020-03-19 17:23:27 -04:00
testutil.py meta_project: Start hook. 2020-03-20 12:08:10 -04:00