Skip to content

Commit 0a68b15

Browse files
committed
Fill more stubs
1 parent 4662c6b commit 0a68b15

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tests/integration/examples/test_conan_cmake.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""TODO"""
1+
"""Integration tests for the conan and CMake project variation.
2+
3+
This module contains integration tests for projects that use conan and CMake.
4+
The tests ensure that the projects build, configure, and execute correctly.
5+
"""
26

37
import os
48
import subprocess

tests/integration/examples/test_vcpkg_cmake.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""TODO"""
1+
"""Integration tests for the vcpkg and CMake project variation.
2+
3+
This module contains integration tests for projects that use vcpkg and CMake.
4+
The tests ensure that the projects build, configure, and execute correctly.
5+
"""
26

37
import subprocess
48

0 commit comments

Comments
 (0)