There was an error while loading. Please reload this page.
1 parent 7e3d3db commit 45be588Copy full SHA for 45be588
1 file changed
emmet-core/tests/featurization/robocrys/test_util.py
@@ -7,6 +7,7 @@
7
superscript_number,
8
unicodeify_spacegroup,
9
)
10
+import pytest
11
12
13
def test_common_formulas():
@@ -86,6 +87,7 @@ def test_get_formatted_el():
86
87
88
89
90
+@pytest.mark.xfail
91
def test_unicodeify_spacegroup():
92
spg_symbol = unicodeify_spacegroup("P-42_1m")
93
assert spg_symbol == "P4̅2₁m"
@@ -94,6 +96,7 @@ def test_unicodeify_spacegroup():
94
96
assert spg_symbol2 == "P2₁2₁2₁"
95
97
98
99
100
def test_htmlify_spacegroup():
101
spg_symbol = htmlify_spacegroup("P-42_1m")
102
assert spg_symbol == "P4̅2<sub>1</sub>m"
0 commit comments