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-22 10:31:46 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3bf0b7618
hurl
/
integration
/
tests_ok
/
multilines.py
7 lines
101 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
Add raw string in predicate value
2021-07-01 21:02:47 +03:00
Format python files with black formater
2022-02-05 08:56:33 +03:00
Add raw string in predicate value
2021-07-01 21:02:47 +03:00
@app.route
(
"
/multilines
"
)
def
multilines
(
)
:
Format python files with black formater
2022-02-05 08:56:33 +03:00
return
"
line1
\n
line2
\n
line3
\n
"
Reference in New Issue
Copy Permalink