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

13 lines
210 B
Python

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