pytest-cmake 0.8.0__tar.gz → 0.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/PKG-INFO +1 -1
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/cmake/PytestAddTests.cmake +2 -2
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/pyproject.toml +1 -1
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/setup.py +1 -1
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/.gitignore +0 -0
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/LICENSE +0 -0
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/README.md +0 -0
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/build_backend.py +0 -0
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/build_config.py +0 -0
- {pytest_cmake-0.8.0 → pytest_cmake-0.8.1}/cmake/FindPytest.cmake +0 -0
@@ -22,7 +22,7 @@ if(CMAKE_SCRIPT_MODE_FILE)
|
|
22
22
|
string(APPEND _content
|
23
23
|
"add_test(\n"
|
24
24
|
" \"${TEST_GROUP_NAME}\"\n"
|
25
|
-
" ${PYTEST_EXECUTABLE} \"${WORKING_DIRECTORY}\"\n"
|
25
|
+
" \"${PYTEST_EXECUTABLE}\" \"${WORKING_DIRECTORY}\"\n"
|
26
26
|
")\n"
|
27
27
|
"set_tests_properties(\n"
|
28
28
|
" \"${TEST_GROUP_NAME}\" PROPERTIES\n"
|
@@ -104,7 +104,7 @@ if(CMAKE_SCRIPT_MODE_FILE)
|
|
104
104
|
string(APPEND _content
|
105
105
|
"add_test(\n"
|
106
106
|
" \"${test_name}\"\n"
|
107
|
-
" ${PYTEST_EXECUTABLE} \"${test_case}\"\n"
|
107
|
+
" \"${PYTEST_EXECUTABLE}\" \"${test_case}\"\n"
|
108
108
|
")\n"
|
109
109
|
"set_tests_properties(\n"
|
110
110
|
" \"${test_name}\" PROPERTIES\n"
|
@@ -9,7 +9,7 @@ backend-path = ["."]
|
|
9
9
|
|
10
10
|
[project]
|
11
11
|
name = "pytest-cmake"
|
12
|
-
version = "0.8.
|
12
|
+
version = "0.8.1"
|
13
13
|
description = "Provide CMake module for Pytest"
|
14
14
|
readme = "README.md"
|
15
15
|
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|