Sebastian Goscik
e258999e0a
Unit tests
2016-09-27 11:20:11 +01:00
Sebastian Goscik
8de1b94d73
enable_disable_list: Added a type to handle instrument/result_processor lists
...
A custom list type now allows "enabling"/"disabling" items by prepending a `~`.
When merged the new state takes priority over the old state.
2016-09-27 11:20:11 +01:00
Sergei Trofimov
ead0be2763
Fixing merge_lists to work for list_or_* types
2015-06-01 16:18:13 +01:00
Sergei Trofimov
29aa81a694
Adding a couple of unit tests for some of the more interesting types.
2015-06-01 15:46:14 +01:00
Sergei Trofimov
f59da723fb
list_or: chaniging how list_or_* functions work and adding a generic list_or
...
list_or_* functions (e.g. list_or_string) will now always return a list,
however will accept lists or indivitual values. Also added a list_or()
generator function, similar to what already exists for list_of().
2015-06-01 15:31:25 +01:00
Sergei Trofimov
a747ec7e4c
Initial commit of open source Workload Automation.
2015-03-10 13:09:31 +00:00