[PR #1398] [MERGED] Unit tests for the remaining test methods #3283

Closed
opened 2026-03-17 00:54:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1398
Author: @carlos-ds
Created: 12/22/2020
Status: Merged
Merged: 12/24/2020
Merged by: @AndrewBastin

Base: mainHead: unit-tests


📝 Commits (10+)

📊 Changes

2 files changed (+139 additions, -4 deletions)

View changed files

📝 helpers/__tests__/postwomanTesting.spec.js (+135 -0)
📝 helpers/postwomanTesting.js (+4 -4)

📄 Description

As discussed previously (https://github.com/hoppscotch/hoppscotch/pull/1392) , I added unit tests for the remaining test methods that weren't yet covered in postwomanTesting.spec.js.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1398 **Author:** [@carlos-ds](https://github.com/carlos-ds) **Created:** 12/22/2020 **Status:** ✅ Merged **Merged:** 12/24/2020 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `unit-tests` --- ### 📝 Commits (10+) - [`3614f5b`](https://github.com/hoppscotch/hoppscotch/commit/3614f5b6201a1a5bf57a79d7819afb401dbae8ea) Test for toBeLevel2xx() - [`d924121`](https://github.com/hoppscotch/hoppscotch/commit/d92412175c03a5054dfaa4aa18adabc965ca83a1) Test for toBeLevel3xx() - [`6536d71`](https://github.com/hoppscotch/hoppscotch/commit/6536d715661466a3242240666164f3f0147b2e75) Merge https://github.com/hoppscotch/hoppscotch into unit-tests - [`a61e6ef`](https://github.com/hoppscotch/hoppscotch/commit/a61e6efdd468d0839939eb202d559ee631306503) Test for toBeLevel4xx() - [`ea227e0`](https://github.com/hoppscotch/hoppscotch/commit/ea227e09fa6a919ee65d9d48795502f377a2852a) Explicitly pass radix 10 to parseInt functions in toBeLevelxxx() to avoid unexpected results - [`de1d065`](https://github.com/hoppscotch/hoppscotch/commit/de1d06528e1db5bca337862549ce6ac467f7ff3c) Test for toBeLevel5xx() - [`f53ac25`](https://github.com/hoppscotch/hoppscotch/commit/f53ac25d906211d5e793beae63a39e10f0f48e8a) Test for toHaveLength() - [`a64b32d`](https://github.com/hoppscotch/hoppscotch/commit/a64b32d12c4c5087f3e68902d1f720892c8859c0) Test for toBeType() - [`15ecb19`](https://github.com/hoppscotch/hoppscotch/commit/15ecb19c6592221505355d084af9875b5adccc34) Added extra test for error handling - [`529d5b0`](https://github.com/hoppscotch/hoppscotch/commit/529d5b053546f9d720a54ea68844330978ff41a9) Merge branch 'main' into unit-tests ### 📊 Changes **2 files changed** (+139 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `helpers/__tests__/postwomanTesting.spec.js` (+135 -0) 📝 `helpers/postwomanTesting.js` (+4 -4) </details> ### 📄 Description As discussed previously (https://github.com/hoppscotch/hoppscotch/pull/1392) , I added unit tests for the remaining test methods that weren't yet covered in postwomanTesting.spec.js. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:54:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3283
No description provided.