How to use the amcrest.utils.percent function in amcrest

To help you get started, we’ve selected a few amcrest examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tchellomello / python-amcrest / tests / test_utils.py View on Github external
def test_precision(self):
        """Test return code from utils.precision."""
        self.assertEqual(10.0, percent(10, 100))
        self.assertRaises(ValueError, percent, 'a', 100)
github tchellomello / python-amcrest / tests / test_utils.py View on Github external
def test_precision(self):
        """Test return code from utils.precision."""
        self.assertEqual(10.0, percent(10, 100))
        self.assertRaises(ValueError, percent, 'a', 100)

amcrest

Python wrapper implementation for Amcrest cameras.

GPL-2.0
Latest version published 7 months ago

Package Health Score

68 / 100
Full package analysis