1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-10 19:12:28 +00:00
senpy/tests
J. Fernando Sánchez bfc588a915 Several fixes
* Refactored BaseModel for efficiency
* Added plugin metaclass to keep track of plugin types
* Moved plugins to examples dir (in a previous commit)
* Simplified validation in parse_params
* Added convenience methods to mock requests in tests
* Changed help schema to use `.valid_parameters` instead of `.parameters`,
which was used in results to show parameters provided by the user.
* Improved UI
    * Added basic parameters
    * Fixed bugs in parameter handling
    * Refactored and cleaned code
2018-01-06 20:55:29 +01:00
..
__init__.py Improved plugins, better tests, gevent 2014-12-01 18:27:20 +01:00
test_api.py Fixed py2 problems and other improvements 2017-08-27 20:00:29 +02:00
test_blueprints.py Several fixes 2018-01-06 20:55:29 +01:00
test_cli.py WIP simpler pipeline 2017-08-23 18:17:26 +02:00
test_client.py Several fixes 2018-01-06 20:55:29 +01:00
test_extensions.py Several fixes 2018-01-06 20:55:29 +01:00
test_models.py Several fixes 2018-01-06 20:55:29 +01:00
test_plugins.py Several fixes 2018-01-06 20:55:29 +01:00
test_schemas.py Fixed test for failed validation 2017-08-19 21:55:48 +02:00