Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Move all integration tests to separate modules #126

Closed malaskowski closed 6 years ago

malaskowski commented 8 years ago

No module frlom kontx-core or knotx-adapters should have dependency to knotx-mocks module. Move all tests that require knotx-mocks to separate module outside kontx-core and knotx-adapters.

marcinczeczko commented 6 years ago

Additionally, get rid a knotx-mocks module at all. Instead use wiremock for mocking up any service.

tomaszmichalak commented 6 years ago

Closing this issue. Partially addressed here: https://github.com/Cognifide/knotx/issues/438. We need to cleanup modules and during this phase decide what tests should stay.