Skip to content

Commit

Permalink
cc docs: remove include of UserverTestsuite from documentation
Browse files Browse the repository at this point in the history
commit_hash:55b6e229a4b0035aa24613395bfb6158e864398b
  • Loading branch information
fdr400 committed Nov 14, 2024
1 parent 0fe9f92 commit 38685ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions scripts/docs/en/userver/functional_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ Its main purpose is:
* Add a `start-*` target that starts the service and databases with testsuite
configs and waits for keyboard interruption to stop the service.

@ref cmake/UserverTestsuite.cmake library is automatically added to CMake path
after userver environment setup. Add the following line to use it:

@snippet testsuite/SetupUserverTestsuiteEnv.cmake testsuite - UserverTestsuite

Then create testsuite target:
@snippet samples/testsuite-support/CMakeLists.txt testsuite - cmake

Expand Down
5 changes: 0 additions & 5 deletions testsuite/SetupUserverTestsuiteEnv.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# This script sets up venv for tests of userver itself.
# It is not used for testing services based on userver.

# /// [testsuite - UserverTestsuite]
# cmake
include(UserverTestsuite)
# /// [testsuite - UserverTestsuite]

userver_testsuite_requirements(REQUIREMENTS_FILES_VAR requirements_files)

list(APPEND requirements_files
Expand Down

0 comments on commit 38685ed

Please sign in to comment.