test(core): Add Functional model Test Suite for CenturionAuditModel

ref: #773 #515
This commit is contained in:
2025-05-26 16:19:05 +09:30
parent a46187f36e
commit 2b6a15cf8f
4 changed files with 74 additions and 3 deletions

View File

@ -66,7 +66,7 @@ class MetaChecksPyTest:
notes_models = get_models( [ 'base', 'history', 'note', 'ticket' ] )
notes_models = get_models( [ 'audithistory', 'base', 'history', 'note', 'ticket' ] )
@pytest.mark.xfail( reason = 'Test Checks if installed models has a notes table' )
@ -100,7 +100,7 @@ class MetaChecksPyTest:
history_models = get_models( [ 'base', 'history', 'note', 'ticket' ] )
history_models = get_models( [ 'audithistory', 'base', 'history', 'note', 'ticket' ] )
@pytest.mark.xfail( reason = 'Test Checks if installed models has a History table' )