You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/geos-ats.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
GEOS ATS
3
3
==========
4
4
5
-
The `geos_ats` python package includes tools for managing integrated tests for GEOS.
5
+
The `geos-ats` python package includes tools for managing integrated tests for GEOS.
6
6
It is built using the `Automated Test System <https://ats.readthedocs.io/en/latest/>`_ (ATS) package.
7
7
The available console scripts for this package and its API are described below.
8
8
@@ -13,7 +13,7 @@ run_geos_ats
13
13
Primary entry point for running integrated tests.
14
14
15
15
.. argparse::
16
-
:module:geos_ats.command_line_parsers
16
+
:module:geos.ats.command_line_parsers
17
17
:func: build_command_line_parser
18
18
:prog: run_geos_ats
19
19
@@ -29,11 +29,11 @@ Primary entry point for running integrated tests.
29
29
Debugging
30
30
------------------
31
31
32
-
If for any reason you need to debug the geos_ats package, we recommend that you create a local copy of this entry point in the `build/integratedTests` directory: `geosPythonPackages/geos_ats_package/geos_ats/debug_geos_ats.py`.
32
+
If for any reason you need to debug the geos-ats package, we recommend that you create a local copy of this entry point in the `build/integratedTests` directory: `geosPythonPackages/geos-ats_package/geos-ats/debug_geos-ats.py`.
33
33
This script is designed as a debugger entry point, and will read the autogenerated run script that was built during setup.
34
-
To use it, you must either have geos_ats installed in your target python environment, or a copy of geosPythonPackages in the expected location (`/usr/workspace/[username]/geosPythonPackages`).
34
+
To use it, you must either have geos-ats installed in your target python environment, or a copy of geosPythonPackages in the expected location (`/usr/workspace/[username]/geosPythonPackages`).
35
35
36
-
We recommend that you use VSCode with the Python extension to debug geos_ats.
36
+
We recommend that you use VSCode with the Python extension to debug geos-ats.
37
37
To begin the debugging session, you simply need to load the entry script, set any initial breakpoints you desire, then select the Debug run option.
38
38
Note that this approach can only be used to debug the python code associated with tests, and not the underlying GEOS tests.
0 commit comments