File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ set "EPICS_CA_AUTO_ADDR_LIST=NO"
3232set IBEX_BLUESKY_CORE_LOGS=c:\instrument\var\bluesky\tmp
3333set 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```
3741python c:\instrument\dev\ibex_bluesky_core\manual_system_tests\the_test.py
Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ This is because the **datatype of the underlying PV** does not match the **decla
240240will 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
245247For a {py: obj }` writable block<ibex_bluesky_core.devices.block.BlockRw> ` , a ` write_config ` argument can be specified.
You can’t perform that action at this time.
0 commit comments