File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ # docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_fileext.py
2+
13from django .test import TestCase
24
35from ..models .candidate_url import CandidateURL
Original file line number Diff line number Diff line change 1- # docker-compose -f local.yml run --rm django pytest sde_collections/tests/api_tests .py
1+ # docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_sinequa_api .py
22import json
33from unittest .mock import MagicMock , patch
44
Original file line number Diff line number Diff line change 1- # docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_apis .py
1+ # docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_url_apis .py
22
33import pytest
44from django .urls import reverse
You can’t perform that action at this time.
0 commit comments