forked from phoenix/litellm-mirror
update test
This commit is contained in:
parent
37f9ff1a9c
commit
c12ceb69ae
1 changed files with 1 additions and 9 deletions
|
@ -33,8 +33,6 @@ def test_user_budget_enough():
|
||||||
|
|
||||||
print(f"response: {response}")
|
print(f"response: {response}")
|
||||||
|
|
||||||
test_user_budget_enough()
|
|
||||||
|
|
||||||
## Scenario 2: User budget not enough to make call
|
## Scenario 2: User budget not enough to make call
|
||||||
def test_user_budget_not_enough():
|
def test_user_budget_not_enough():
|
||||||
user = "12345"
|
user = "12345"
|
||||||
|
@ -56,16 +54,10 @@ def test_user_budget_not_enough():
|
||||||
|
|
||||||
print(f"response: {response}")
|
print(f"response: {response}")
|
||||||
|
|
||||||
test_user_budget_not_enough()
|
|
||||||
|
|
||||||
## Scenario 3: Saving budget to disk
|
## Scenario 3: Saving budget to disk
|
||||||
def test_budget_save_to_disk():
|
def test_budget_save_to_disk():
|
||||||
budget_manager.save_data()
|
budget_manager.save_data()
|
||||||
|
|
||||||
test_budget_save_to_disk()
|
|
||||||
|
|
||||||
## Scenario 4: Loading budget from disk
|
## Scenario 4: Loading budget from disk
|
||||||
def test_budget_load_from_disk():
|
def test_budget_load_from_disk():
|
||||||
budget_manager_2 = BudgetManager(type="local")
|
budget_manager_2 = BudgetManager(type="local")
|
||||||
|
|
||||||
test_budget_load_from_disk()
|
|
Loading…
Add table
Add a link
Reference in a new issue