Skip to content

Commit bb3f616

Browse files
authored
remove duplicate cleared fixture (#621)
1 parent 9f0ca7b commit bb3f616

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_console.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
pytestmark = pytest.mark.console
2424

2525

26-
@pytest.fixture(scope="function")
27-
def cleared(mapdl_console):
28-
mapdl_console.finish()
29-
# *MUST* be NOSTART. With START fails after 20 calls...
30-
mapdl_console.clear("NOSTART")
31-
mapdl_console.prep7()
32-
yield
33-
34-
3526
@pytest.fixture(scope="function")
3627
def make_block(mapdl_console, cleared):
3728
mapdl_console.block(0, 1, 0, 1, 0, 1)

0 commit comments

Comments
 (0)