This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-12-18 08:02:12 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d000ca78b2
hurl
/
integration
/
tests_failed
/
template_variable_not_renderable.py
7 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Split integration tests between tests_ok / tests_failed repository.
2022-02-14 11:13:33 +03:00
from
app
import
app
Init Commit - beta release 0.99.12
2020-08-27 10:07:46 +03:00
Format python files with black formater
2022-02-05 08:56:33 +03:00
Init Commit - beta release 0.99.12
2020-08-27 10:07:46 +03:00
@app.route
(
"
/get-list
"
)
def
get_list
(
)
:
return
'
{
"
values
"
:[1,2,3]}
'
Reference in New Issue
Copy Permalink