Skip to content

wynlang/test-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-http - Official Wyn Package

HTTP test helpers for API testing. Pure Wyn.

Install

wyn pkg install github.com/wynlang/test-http

Usage

var resp = Http.get("http://localhost:8080/api/health")
assert_contains(resp, "ok")
assert_json_has(resp, "status")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors