mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-05-13 15:45:26 +00:00
13 lines
370 B
Python
13 lines
370 B
Python
"""Tests for application/api/user/workflows/routes.py.
|
|
|
|
Previously asserted on bson.ObjectId serialization. Workflow persistence is
|
|
now Postgres-backed; coverage will be rebuilt via pg_conn + WorkflowsRepository.
|
|
"""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.skip(reason="needs PG fixture rewrite - tracked separately")
|
|
def test_user_workflows_routes_pending_pg_rewrite():
|
|
pass
|