Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/dev/manual_system_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ set "EPICS_CA_AUTO_ADDR_LIST=NO"
set IBEX_BLUESKY_CORE_LOGS=c:\instrument\var\bluesky\tmp
set IBEX_BLUESKY_CORE_OUTPUT=c:\instrument\var\bluesky\tmp
```
- Checking the prerequisites:

Ensure that any prerequisites are met before running the selected test. These can be located within the .py file.

- Run the test using:
```
python c:\instrument\dev\ibex_bluesky_core\manual_system_tests\the_test.py
Expand Down
2 changes: 2 additions & 0 deletions doc/dev/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ This is because the **datatype of the underlying PV** does not match the **decla
will not allow you to connect a `block_r(str, "some_block")` if `"some_block"` is a float-type PV. Every signal in
`ophyd_async` is strongly typed.

If you're a developer, please ensure that you have followed the steps found on [`Manual System Testing`](/dev/manual_system_testing.md)

### Change how `set` on a device behaves

For a {py:obj}`writable block<ibex_bluesky_core.devices.block.BlockRw>`, a `write_config` argument can be specified.
Expand Down