From 2de85d3241cd489d3eb8d3f5a593564725d7166e Mon Sep 17 00:00:00 2001 From: greydoubt <43443470+greydoubt@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:09:20 -0800 Subject: [PATCH] [doc] slight cleanup (#9988) --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 4c29f4905..7d54b78cb 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,7 +4,7 @@ facilities. # Directories * ci_build: Test facilities for Jenkins CI and GitHub action. * cli: Basic test for command line executable `xgboost`. Most of the other command line - specific tests are in Python test `test_cli.py` + specific tests are in Python test `test_cli.py`. * cpp: Tests for C++ core, using Google test framework. * python: Tests for Python package, demonstrations and CLI. For how to setup the dependencies for tests, see conda files in `ci_build`.