Skip to content

Commit

Permalink
add test on feature
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 14, 2024
1 parent 6c53e26 commit d555327
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions backend/gn_modulator/tests/test_features.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"""
Test pour valider les fonctionalité repository
- get_one
- insert
- update
- delete
- list ??
"""

import pytest
from gn_modulator import SchemaMethods


@pytest.mark.usefixtures("client_class", "temporary_transaction")
class TestRepository:
def test_feature(self):
SchemaMethods.process_features("m_sipaf.utils")
assert True

0 comments on commit d555327

Please sign in to comment.