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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-cmake
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Provide CMake module for Pytest
5
5
  Project-URL: Documentation, https://python-cmake.github.io/pytest-cmake
6
6
  Project-URL: Repository, https://github.com/python-cmake/pytest-cmake
@@ -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.0"
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"
@@ -60,7 +60,7 @@ class CreateCmakeConfig(install):
60
60
 
61
61
  setup(
62
62
  name="pytest-cmake",
63
- version="0.8.0",
63
+ version="0.8.1",
64
64
  data_files=[
65
65
  (
66
66
  "share/Pytest/cmake",
File without changes
File without changes
File without changes