We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221e6ce commit bbe507eCopy full SHA for bbe507e
tests/integration/examples/test_examples.py
@@ -8,8 +8,8 @@
8
pytest_plugins = ['tests.fixtures.example']
9
10
11
-class TestExamples:
12
- """Tests to apply to all examples"""
+class TestSetup:
+ """Verification that the example directory is setup correctly"""
13
14
@staticmethod
15
def test_example_directory(example_directory: Path) -> None:
tests/unit/test_console.py
@@ -12,7 +12,7 @@
class TestConsole:
- """Various that all the examples are accessible to cppython"""
+ """Various that all the examples are accessible to cppython. The project should be mocked so nothing executes"""
16
17
18
def test_info(example_directory: Path) -> None:
0 commit comments