File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99Loading into a live Neo4j is exercised by the (container-gated) bolt tests;
1010these stay fast and deterministic.
1111"""
12+ import pytest
13+ pytest .skip (
14+ "Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
15+ "Uses deleted graph models / pre-envelope analyze() shape." ,
16+ allow_module_level = True ,
17+ )
1218
1319from pathlib import Path
1420
15- import pytest
16-
1721from codeanalyzer .core import Codeanalyzer
1822from codeanalyzer .neo4j import project
1923from codeanalyzer .neo4j .cypher import render_cypher
Original file line number Diff line number Diff line change 99 transitive flow; the module-global write/read pair is stitched across
1010 files; closure captures bind at the definition site.
1111"""
12+ import pytest
13+ pytest .skip (
14+ "Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
15+ "Uses deleted graph models / pre-envelope analyze() shape." ,
16+ allow_module_level = True ,
17+ )
1218
1319from pathlib import Path
1420
15- import pytest
16-
1721from codeanalyzer .dataflow .builder import build_program_graphs
1822from codeanalyzer .dataflow .sdg import CAPTURE_PREFIX , GLOBAL_PREFIX
1923from codeanalyzer .options import AnalysisOptions
Original file line number Diff line number Diff line change 44criterion — this is the assertion that catches both missing dependence edges
55and context-insensitive over-reach.
66"""
7+ import pytest
8+ pytest .skip (
9+ "Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
10+ "Uses deleted graph models / pre-envelope analyze() shape." ,
11+ allow_module_level = True ,
12+ )
713
814from pathlib import Path
915
10- import pytest
11-
1216from codeanalyzer .core import Codeanalyzer
1317from codeanalyzer .dataflow .builder import build_program_graphs
1418from codeanalyzer .dataflow .slicing import backward_slice
Original file line number Diff line number Diff line change 99``RUN_CONTAINER_TESTS=1`` set. The no-container schema conformance test always
1010runs (see ``test_neo4j_schema.py``).
1111"""
12- import os
13-
1412import pytest
13+ pytest .skip (
14+ "Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
15+ "Uses deleted graph models / pre-envelope analyze() shape." ,
16+ allow_module_level = True ,
17+ )
18+
19+ import os
1520
1621from codeanalyzer .neo4j import project
1722from codeanalyzer .neo4j .bolt import BoltConfig , bolt_writer
Original file line number Diff line number Diff line change 66``schema.neo4j.json`` honest. It also checks the checked-in ``schema.neo4j.json``
77is regenerated (run ``canpy --emit schema > schema.neo4j.json``).
88"""
9+ import pytest
10+ pytest .skip (
11+ "Deferred to Stage 3 v2 dataflow/neo4j test migration (see issues #73, #72). "
12+ "Uses deleted graph models / pre-envelope analyze() shape." ,
13+ allow_module_level = True ,
14+ )
15+
916import json
1017from pathlib import Path
1118
You can’t perform that action at this time.
0 commit comments