File: test_utilities.md

package info (click to toggle)
pytango 10.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,304 kB
  • sloc: python: 27,795; cpp: 16,150; sql: 252; sh: 152; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(test-utilities)=

# The Test Utilities API

```{eval-rst}
.. autofunction:: tango.test_context.get_server_port_via_pid
```

```{eval-rst}
.. autofunction:: tango.test_utils.wait_for_proxy
```

```{eval-rst}
.. autofunction:: tango.test_utils.wait_for_nodb_proxy_via_pid
```

# Device Test Context API

See [Device Test Context Classes API](#testing-test-context) for details of the classes that can be used to
launch a device server for testing.