Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow aliased or extended builtin imports in device modules #61

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

DiamondJoseph
Copy link
Contributor

Copy link
Contributor

@DominicOram DominicOram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to have a unit test covering this behaviour rather than the comment, it's more self documenting.

@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Merging #61 (d667824) into main (dcac18a) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   85.81%   85.84%   +0.02%     
==========================================
  Files          52       52              
  Lines        1678     1681       +3     
==========================================
+ Hits         1440     1443       +3     
  Misses        238      238              
Impacted Files Coverage Δ
src/dodal/utils.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@DominicOram DominicOram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks! Sorry I only just got round to this

@DiamondJoseph DiamondJoseph merged commit 374e513 into DiamondLightSource:main Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make_all_devices crashes if it finds dict in a module
3 participants