Skip to content

Commit bbe507e

Browse files
committed
hnm
1 parent 221e6ce commit bbe507e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/examples/test_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
pytest_plugins = ['tests.fixtures.example']
99

1010

11-
class TestExamples:
12-
"""Tests to apply to all examples"""
11+
class TestSetup:
12+
"""Verification that the example directory is setup correctly"""
1313

1414
@staticmethod
1515
def test_example_directory(example_directory: Path) -> None:

tests/unit/test_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class TestConsole:
15-
"""Various that all the examples are accessible to cppython"""
15+
"""Various that all the examples are accessible to cppython. The project should be mocked so nothing executes"""
1616

1717
@staticmethod
1818
def test_info(example_directory: Path) -> None:

0 commit comments

Comments
 (0)