Expand description
Custom assertions for agtrace-specific validation.
Provides high-level assertions that make tests more readable:
- Session count validation
- Project hash verification
- JSON structure checks
Functionsยง
- assert_
all_ sessions_ from_ provider - Assert that all sessions in the list come from the expected provider.
- assert_
project_ count - Assert that JSON output contains expected number of projects.
- assert_
projects_ contain - Assert that project list contains specific project hashes.
- assert_
session_ count - Assert that JSON output contains expected number of sessions.
- assert_
session_ provider - Assert that a specific session comes from the expected provider.
- assert_
sessions_ belong_ to_ project - Assert that all sessions belong to the specified project hash.