proxmox/proxmox-api-macro/tests
Wolfgang Bumiller 223d7ed55c api-macro: let tests depend on api-macro
the updater tests require both the trait and the proc macros
to be visible, running tests with `--all-features` prevents
them from being imported from two separate locations as
their names are the same, so let's always include the macro
versions in test cases by depending on the `api-macro`
feature in tests in the api-macro crate

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-02-03 10:54:18 +01:00
..
allof.rs move ParameterSchema from router to schema 2021-01-13 13:40:04 +01:00
api1.rs api-macro: support optional return values 2020-12-22 07:02:47 +01:00
api2.rs formatting fixup 2020-11-16 14:21:45 +01:00
ext-schema.rs api-macro: support optional return values 2020-12-22 07:02:47 +01:00
int-limits.rs api-macro: formatting fixups 2020-07-16 14:13:14 +02:00
options.rs test fixups 2020-10-29 14:51:22 +01:00
types.rs api-macro: support optional return values 2020-12-22 07:02:47 +01:00
updater.rs api-macro: let tests depend on api-macro 2021-02-03 10:54:18 +01:00