SatelliteQE / satellite-populate

This new module adds tools and commands to populate and validate entities in the system based in YAML file.
Other
8 stars 10 forks source link

basic test for decorator customized wrapper #16

Closed ldjebran closed 7 years ago

ldjebran commented 7 years ago
(3.5) dlezz@elysion:~/projects/satellite-populate$ py.test tests/test_decorator.py -v -k "test_data_in_dict_and_customized_wrapper"
================================================= test session starts ==================================================
platform linux -- Python 3.5.2, pytest-3.0.5, py-1.4.31, pluggy-0.4.0 -- /home/dlezz/bin/redhat/python/3.5/bin/python3
cachedir: .cache
rootdir: /home/dlezz/projects/satellite-populate, inifile: 
collected 5 items 

tests/test_decorator.py::test_data_in_dict_and_customized_wrapper PASSED

================================================== 4 tests deselected ==================================================
======================================== 1 passed, 4 deselected in 0.57 seconds ========================================