dls-controls / pythonSoftIOC

Embed an EPICS IOC in a Python process
Apache License 2.0
32 stars 7 forks source link

Add get_field and set_field methods to records #140

Closed AlexanderWells-diamond closed 7 months ago

AlexanderWells-diamond commented 7 months ago

These allow access to all EPICS attributes on a record.

Also add documentation and tests

Closes #139

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dad702c) 87.56% compared to head (906e058) 87.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ========================================== + Coverage 87.56% 87.73% +0.17% ========================================== Files 14 14 Lines 1005 1019 +14 ========================================== + Hits 880 894 +14 Misses 125 125 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 7 months ago

Unit Test Results

     15 files  ±  0       15 suites  ±0   26m 25s :stopwatch: - 1m 11s    277 tests +  4     261 :heavy_check_mark: +  4    16 :zzz: ±0  0 :x: ±0  4 155 runs  +60  3 565 :heavy_check_mark: +60  590 :zzz: ±0  0 :x: ±0 

Results for commit 906e0583. ± Comparison against base commit dad702c9.

:recycle: This comment has been updated with latest results.