Skip to content
Snippets Groups Projects
  • Dan Smith's avatar
    59051291
    Add tests for camera.uvc and fix bugs found in the process · 59051291
    Dan Smith authored
    This adds tests for the uvc camera module. It's a good thing too,
    because I found a few bugs which are fixed here as well:
    
     - Graceful handling of non-integer port
     - Failure to take the first host that works when probing host,internalHost
     - Failure to detect if neither of them actually work
    
    This also converts the code to only call add_devices once with a listcomp.
    59051291
    History
    Add tests for camera.uvc and fix bugs found in the process
    Dan Smith authored
    This adds tests for the uvc camera module. It's a good thing too,
    because I found a few bugs which are fixed here as well:
    
     - Graceful handling of non-integer port
     - Failure to take the first host that works when probing host,internalHost
     - Failure to detect if neither of them actually work
    
    This also converts the code to only call add_devices once with a listcomp.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.coveragerc 6.53 KiB