Skip to content

Commit bbf9e89

Browse files
Merging changes to testing test workflows (#12)
* Update test_usage_api.py * Sync dev with main (#11) * Update test_usage_api.py (#9) * Updated test_get_billing_usage_by_billing_cycle to fetch billing cycle date from test_get_billing_cycles (#10) * Removed log function from test base * Updated test_get_billing_usage_by_billing_cycle to fetch billing cycle from test_get_billing_cycles --------- Co-authored-by: santhosh-uc <[email protected]> * Update test_party_analytics_api.py --------- Co-authored-by: santhosh-uc <[email protected]>
1 parent c08e1b0 commit bbf9e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_party_analytics_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44
class TestPartyAnalytics:
5+
# Test all Analytics APIs
6+
57
def test_get_norm_attorneys_associated_with_norm_party():
68
return PartyAnalytics.get_norm_attorneys_associated_with_norm_party(
79
q='caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]',

0 commit comments

Comments
 (0)