Skip to content

Commit

Permalink
Added top-level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jan 13, 2025
1 parent 0dfd933 commit d50f228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_per_wallet_tax_engine_semantics_dependent.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from per_wallet_tax_engine_common import _Test, Account, InTransactionDescriptor, OutTransactionDescriptor, IntraTransactionDescriptor, AbstractTestPerWalletTaxEngine

# These tests are dependent on transfer semantics, so they are not run for all accounting methods.
class TestPerWalletTaxEngine(AbstractTestPerWalletTaxEngine):

# Transfer analysis across different accounts using only FIFO transfer semantics.
Expand Down
1 change: 1 addition & 0 deletions tests/test_per_wallet_tax_engine_semantics_independent.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from per_wallet_tax_engine_common import _Test, Account, InTransactionDescriptor, OutTransactionDescriptor, IntraTransactionDescriptor, AbstractTestPerWalletTaxEngine

# These tests are independent of the accounting method, so they are repeated for all accounting methods.
class TestPerWalletTaxEngine(AbstractTestPerWalletTaxEngine):

# Transfer analysis failure tests. These tests are independent of transfer semantics, so the code repeats each test with all transfer semantics.
Expand Down

0 comments on commit d50f228

Please sign in to comment.