MarketSquare / roboswag

Apache License 2.0
26 stars 2 forks source link

Add first tests #37

Closed bhirsz closed 2 years ago

bhirsz commented 2 years ago

Two new tests: one assert that help command is invoked for all commands, and the second asserts that generate command does not fail with any critical error (it can be later extended with OpenApi v3 files and other, just for sanity tests).

Partly implements #2