1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20:42:27 +00:00
senpy/tests
J. Fernando Sánchez 4ba30304a4 New schema for parameters
* Improve extra requirement handling
* New mechanism to handle parameters beforehand in chained
  calls, and the ability to get help on available parameters in chained
  calls (through `?help`).
* Redefined Analysis, to reflect the new ontology
* Add parameters as an entity in the schema
* Update examples to include analyses and parameters
* Add processing plugins, with an interface similar to analysis plugins
* Update tests
* Avoid duplication in split plugin

Closes #51

Squashed commit of the following:

commit d145a852e7
commit 6a1069780b
commit ca69bddc17
commit aa35e62a27
2018-12-07 18:30:05 +01:00
..
__init__.py Improved plugins, better tests, gevent 2014-12-01 18:27:20 +01:00
test_api.py New schema for parameters 2018-12-07 18:30:05 +01:00
test_blueprints.py New schema for parameters 2018-12-07 18:30:05 +01:00
test_cli.py Macro commit 2018-01-06 21:03:20 +01:00
test_client.py Fix POST. Closes senpy/senpy#56 2018-10-30 15:15:37 +01:00
test_extensions.py New schema for parameters 2018-12-07 18:30:05 +01:00
test_models.py New schema for parameters 2018-12-07 18:30:05 +01:00
test_plugins.py Refactored conversion and postprocessing 2018-11-22 17:27:43 +01:00
test_schemas.py Fix schema issues and parameter validation 2018-05-16 11:16:32 +02:00
test_test.py Add *responses* to improve mocking 2018-07-23 19:07:57 +02:00