Skip to content

Commit 760f57a

Browse files
Merge pull request #202 from ISISComputingGroup/documentchanges-clean
minor changes to some of the bluesky docs
2 parents 5c9b8e6 + b42dff1 commit 760f57a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/dev/manual_system_testing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ set "EPICS_CA_AUTO_ADDR_LIST=NO"
3232
set IBEX_BLUESKY_CORE_LOGS=c:\instrument\var\bluesky\tmp
3333
set IBEX_BLUESKY_CORE_OUTPUT=c:\instrument\var\bluesky\tmp
3434
```
35+
- Checking the prerequisites:
36+
37+
Ensure that any prerequisites are met before running the selected test. These can be located within the .py file.
38+
3539
- Run the test using:
3640
```
3741
python c:\instrument\dev\ibex_bluesky_core\manual_system_tests\the_test.py

doc/dev/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ This is because the **datatype of the underlying PV** does not match the **decla
240240
will not allow you to connect a `block_r(str, "some_block")` if `"some_block"` is a float-type PV. Every signal in
241241
`ophyd_async` is strongly typed.
242242

243+
If you're a developer, please ensure that you have followed the steps found on [`Manual System Testing`](/dev/manual_system_testing.md)
244+
243245
### Change how `set` on a device behaves
244246

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

0 commit comments

Comments
 (0)