This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3GestionParking/src/m/test/testCamera.py

11 lines
178 B
Python

from src.m.camera import Camera
__author__ = 'sidya'
import nose
class testCamera :
def testTailleMax(self):
c = Camera()
assert (c.capturerHauteur()>1.5)