Skip to content

Commit 578f70e

Browse files
author
Richard Bell
committed
Remove enterprise mark from unit tests
1 parent 54e9d64 commit 578f70e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/product/test_product_dataframe_utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def empty_products_data() -> List:
7070
return []
7171

7272

73-
@pytest.mark.enterprise
7473
@pytest.mark.unit
7574
class TestProductDataframeUtilities:
7675
def test__convert_products_to_dataframe__with_complete_data(

tests/spec/test_spec_dataframe_utilitites.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def specs() -> List[Specification]:
117117
return specs
118118

119119

120-
@pytest.mark.enterprise
121120
@pytest.mark.unit
122121
class TestSpecDataframeUtilities:
123122
def test__convert_specs_to_dataframe_with_summarize_conditions__returns_specs_dataframe_with_string_conditions(

tests/testmonitor/test_testmonitor_dataframe_utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def empty_steps_data() -> List:
195195
return []
196196

197197

198-
@pytest.mark.enterprise
199198
@pytest.mark.unit
200199
class TestTestmonitorDataframeUtilities:
201200
def test__convert_results_with_all_fields_to_dataframe__returns_whole_results_dataframe(

0 commit comments

Comments
 (0)