initial commit, work in progress
Signed-off-by: Jan Heise <heise@dresearch.de>
This commit is contained in:
19
test/test_404_event_cam.py
Normal file
19
test/test_404_event_cam.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Acceptance Test
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
:Ablauf:
|
||||
- Adapter wird erzeugt
|
||||
- Daten werden angefordert
|
||||
|
||||
:Erwartetes Ergebnis:
|
||||
- Daten sind korrekt
|
||||
"""
|
||||
from nose.tools import assert_equals
|
||||
from .. import Adapter
|
||||
|
||||
def test_acceptance():
|
||||
""" Acceptance Test """
|
||||
|
||||
adapter = Adapter
|
||||
Reference in New Issue
Block a user