Skip to content

Commit

Permalink
chore(tests): Zms 86 mailboxes (#501)
Browse files Browse the repository at this point in the history
* added new file to test git repo setup

* added mailboxes tests part 1, POST to /users/{user}/mailboxes

* mailboxes tests GET /users/{user}/mailboxes

* remove .only

* fix returned value check

* remove text.txt. Fix mailboxes-test.js test run name

* fix GET request tests. Add tests for GET /users/{user}/mailboxes/{mailbox}

* added tests for PUT /users/{user}/mailboxes/{mailbox}

* added couple more PUT tests. Added tests for DELETE /users/{user}/mailboxes/{mailbox}. Fixed namings in some places

* remove unnecessary .send(), add generated md file to gitignore

* add new line to gitignore
  • Loading branch information
NickOvt committed Sep 21, 2023
1 parent 80797ee commit 260b9ad
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ config/development.*
certs/test-*
zmta-milter
zmta-milter.toml
api-tests-overview.md
Loading

0 comments on commit 260b9ad

Please sign in to comment.