kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Added e2e tests for auth endpoints #177

Closed Alopalao closed 1 year ago

Alopalao commented 1 year ago

Closes #164 Closes #163 This is a first draft. These tests are working but I am wondering about this: -Do I verify that the data has been modified? Right now it just asserts a successful response but, in the case of delete Do I verify that the key deleted_at has no longer the value None?