Files
amap/backend/tests/services/test_contracts_service.py
Julien Aldon 7e3cf6de9d
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s
fix(contract-template): fix a bug where contract template where not using the productor max cheque quantity
2026-04-16 10:07:35 +02:00

11 lines
170 B
Python

class TestContractsService:
def test_get_all_contracts(
self,
):
pass
def test_get_all_filtered_contracts(
self,
):
pass