We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa5417 commit 4fb8ebcCopy full SHA for 4fb8ebc
aiida_crystal_dft/tests/fixtures/__init__.py
@@ -1,5 +1,11 @@
1
# Copyright (c) Andrey Sobolev, 2019. Distributed under MIT license, see LICENSE file.
2
3
-from .basis import *
4
-from .calculations import *
5
-from .code import *
+from .basis import test_basis_family, test_basis_family_predefined
+from .calculations import (
+ crystal_calc_inputs, calc_results, crystal_calc_node,
6
+ properties_calc_inputs, properties_calc_node, crystal_calc_parameters,
7
+ properties_calc_parameters, test_wavefunction, test_ase_structure,
8
+ test_mpds_structure, test_magnetic_structure, test_structure_data,
9
+ test_structure_issue_30
10
+)
11
+from .code import mock_crystal_code, mock_properties_code
0 commit comments