mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 08:55:50 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#254
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?
Originally created by @NghiaTranUIT on GitHub (Jun 16, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/254
Originally assigned to: @kics223w1 on GitHub.
Acceptance Criteria
Unit Test 1: Only Include List
google.com -> true
httpbin.proxyman.io -> true
httpbin.org -> false
producthunt.com -> false
Unit Test 2: Only Exclude List
google.com -> false
httpbin.proxyman.io -> false
httpbin.org -> false
producthunt.com -> false
Unit Test 3: Mix
Given:
Expected:
google.com -> true
httpbin.proxyman.io -> false
proxyman.dev -> false
httpbin.org -> false
producthunt.com -> false
api.proxyman.io -> true
www.google.com -> false
producthunt.com -> false
Unit Test 4: Write some unit tests that you think it's necessary to test some edge cases