comparison tests/test-hgweb-json.t @ 28126:562a073a2a1b

tests: load json with no fallback The json module should be available in Python 2.6 or newer.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 09 Jan 2016 13:20:15 +0900
parents fc810d950278
children 94494031f659
comparison
equal deleted inserted replaced
28125:3b4537ba80e9 28126:562a073a2a1b
1 #require json
2 #require serve 1 #require serve
3 2
4 $ request() { 3 $ request() {
5 > get-with-headers.py --json localhost:$HGPORT "$1" 4 > get-with-headers.py --json localhost:$HGPORT "$1"
6 > } 5 > }