Skip to content

Commit ee1edfd

Browse files
committed
update: rename
1 parent d2f6b19 commit ee1edfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/parsers/test_structure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
from express.parsers.structure import StructureParser
4-
from tests.fixtures.data import SI, JVASP_677, SiC
4+
from tests.fixtures.data import JVASP_677, SI, SiC
55
from tests.integration import IntegrationTestBase
66

77

@@ -41,5 +41,5 @@ def test_structure_jarvis_db_entry_basis(self):
4141
def test_structure_jarvis_db_entry_lattice_bravais(self):
4242
self.assertDeepAlmostEqual(self.parser.lattice_bravais(), JVASP_677["lattice"], places=2)
4343

44-
def test_structure_silicon_carbide(self):
44+
def test_material_vasp_structure_order_of_elements(self):
4545
self.assertDeepAlmostEqual(self.parser.basis(), SiC["basis"], places=2)

tests/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ test_material_from_structure:
247247
structurePath: fixtures/espresso/v5_4/test-001/pw-scf.in
248248
structureFormat: espresso-in
249249

250-
test_structure_silicon_carbide:
250+
test_material_vasp_structure_order_of_elements:
251251
structurePath: fixtures/structural/test-003/POSCAR
252252
structureFormat: poscar
253253

0 commit comments

Comments
 (0)