Commit b2801fc
authored
[MPT-14912] Add e2e tests for billing journal sellers (#188)
Add e2e tests for billing journal sellers
https://softwareone.atlassian.net/browse/MPT-14912
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
Closes [MPT-14912](https://softwareone.atlassian.net/browse/MPT-14912)
## Release Notes
- Add end-to-end test suite for billing journal sellers with both
synchronous and asynchronous implementations
- Add `test_list_journal_sellers` (sync & async) to verify listing
sellers with pagination (limit=10) and non-empty results
- Add `test_filter_journal_sellers` (sync & async) to verify filtering
by seller ID and name, selecting fields (excludes `period` via
"-period"), and asserting exactly one match
- Add `journal_sellers` fixture (sync & async variants) exposing the
sellers resource for a given billing journal (relies on seeded e2e
config)
- Mark modules with pytest flaky marker to handle intermittent test
instability
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
[MPT-14912]:
https://softwareone.atlassian.net/browse/MPT-14912?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQFile tree
2 files changed
+66
-0
lines changed- tests/e2e/billing/journal/seller
2 files changed
+66
-0
lines changedLines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments