Skip to content

Commit 01733d9

Browse files
author
Sylvain MARIE
committed
Fixed test for old version of pytest
1 parent 354bfec commit 01733d9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pytest_cases/tests/cases/doc/test_joss.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ def test_evaluation(algo, data, results_bag):
3030
results_bag.perf = random()
3131

3232

33-
def test_synthesis(module_results_df):
34-
# we use this `module_results_df` fixture from `pytest-harvest`
35-
# to collect the final results table.
36-
# print(tabulate(module_results_df, headers="keys"))
37-
print(module_results_df)
33+
# from tabulate import tabulate
34+
#
35+
# def test_synthesis(module_results_df):
36+
# # we use this `module_results_df` fixture from `pytest-harvest`
37+
# # to collect the final results table.
38+
# print(tabulate(module_results_df, headers="keys"))

0 commit comments

Comments
 (0)