We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9ba80 commit d0fae87Copy full SHA for d0fae87
tests/analysis/test_cse.py
@@ -3,10 +3,10 @@
3
"""
4
5
import random
6
-
7
import scaffoldgraph as sg
8
-from scaffoldgraph.analysis import CSE
9
+from scaffoldgraph.analysis import CSE
+from .. import mock_sdf
10
11
def test_cse(sdf_file):
12
network = sg.ScaffoldNetwork.from_sdf(sdf_file)
tests/test_network.py
@@ -6,6 +6,8 @@
+from . import mock_sdf, mock_smiles_file
+
@pytest.fixture(name='test_net')
13
def test_network(sdf_file):
tests/test_tree.py
@@ -7,6 +7,8 @@
@pytest.fixture(name='test_tree')
14
def test_tree_graph(sdf_file):
0 commit comments