opentelekomcloud / python-otcclient

(Obsolete) Python bindings to the T-Systems OTC API
MIT License
15 stars 20 forks source link

Nils cleanup and test subsystem rewrite #64

Closed Nils-Magnus closed 6 years ago

Nils-Magnus commented 6 years ago

This PR has four commits that are basically independent:

The first three are just cosmetic cleanup of whitespace and minor typos. To the best of my knowledge, these don't change anything on the actual functionality of the otc tool.

The forth is a rewrite of the test subsystem to make it more elaborate, extendable, and robust. This commit does not change the behaviour of the otc tool, just makes changes on the test subset. Currently only about 45% of the tests actually pass, but this is intrinsic. I shall work on increasing the coverage of the test once this PR is merged.