mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
test: mark test_connector_document.py with unit pytest marker
This commit is contained in:
parent
560e51c95f
commit
8122370cec
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ from pydantic import ValidationError
|
|||
from app.db import DocumentType
|
||||
from app.indexing_pipeline.connector_document import ConnectorDocument
|
||||
|
||||
pytestmark = pytest.mark.unit
|
||||
|
||||
|
||||
def test_valid_document_created_with_required_fields():
|
||||
"""All optional fields default correctly when only required fields are supplied."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue