bluesky / ophyd

hardware abstraction in Python with an emphasis on EPICS
https://blueskyproject.io/ophyd
BSD 3-Clause "New" or "Revised" License
48 stars 77 forks source link

DOC: Instructions on running tests locally #639

Open teddyrendahl opened 5 years ago

teddyrendahl commented 5 years ago

It would be nice if there were some instructions on running tests locally for ophyd. One can follow along with .travis.yml file but this is a little crude. This also might want to take place after the proposed epics_on_travis change to the ophyd CI

danielballan commented 5 years ago

@mrakitin worked on something for this -- I think it was this: https://nsls-ii.github.io/ophyd/docker.html

We should iterate on that.