Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 352 Bytes

TESTING.md

File metadata and controls

12 lines (9 loc) · 352 Bytes

Testing

Unit Tests (GO Lang)

Write local unit tests current package where the implementation resides.

Integration (GO Lang)

Write integration tests in root of the repository (see /tests/gotests/itest

System Test (Robot Framework)

Write system tests in root of the repository (see /ligato/cn-infra/tests/robot)