mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2145] [MERGED] chore: introduce curl parser tests and minor changes #3641
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3641
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2145
Author: @kyteinsky
Created: 3/2/2022
Status: ✅ Merged
Merged: 3/14/2022
Merged by: @AndrewBastin
Base:
main← Head:chore/curl-parser-tests📝 Commits (10+)
bf567ddchore: introduce curl parser tests and minor changesa5a8e66Merge branch 'main' into chore/curl-parser-tests13868b3refactor: introduce samples test scaffolding from proper curl command parser testing8821905fix: remove redundant console.log7009ea0chore: added curl tests and other fixes3e11a1bfix: response section overflow0800d67feat: sign in with microsoft823059efeat: arbitrary profile picturee91a44cchore(i18n): updated translationsac806aachore: added additional failing test cases📊 Changes
6 files changed (+862 additions, -46 deletions)
View changed files
📝
.github/workflows/tests.yml(+1 -1)➕
packages/hoppscotch-app/helpers/curl/__tests__/curlparser.spec.js(+636 -0)➕
packages/hoppscotch-app/helpers/curl/__tests__/detectContentType.spec.js(+160 -0)📝
packages/hoppscotch-app/helpers/curl/contentParser.ts(+17 -9)📝
packages/hoppscotch-app/helpers/curl/curlparser.ts(+45 -35)📝
packages/hoppscotch-app/helpers/curl/index.ts(+3 -1)📄 Description
Description
Curl parser tests and other related changes.
@AndrewBastin
Checks
fixes #2132, fixes #2155
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.