Skip to content

Commit d7bae30

Browse files
authored
Port tests to pytest (#84)
* Port all tests to pytest style tests * Remove some uneccassary escapes
1 parent 2d403bd commit d7bae30

2 files changed

Lines changed: 272 additions & 338 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ add_custom_target(ScorepModule ALL
2626

2727
enable_testing()
2828
add_test(NAME ScorepPythonTests
29-
COMMAND Python::Interpreter test_scorep.py
29+
COMMAND Python::Interpreter -m pytest test_scorep.py
3030
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/test
3131
)
3232
set(pythonPath ${CMAKE_CURRENT_BINARY_DIR}/site-packages)

0 commit comments

Comments
 (0)