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 16:11:34 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
caa29f77fd
hurl
/
integration
/
tests_ok
/
put.py
7 lines
83 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
@app.route
(
"
/put
"
,
methods
=
[
"
PUT
"
]
)
Init Commit - beta release 0.99.12
2020-08-27 10:07:46 +03:00
def
put
(
)
:
Format python files with black formater
2022-02-05 08:56:33 +03:00
return
"
"
Reference in New Issue
Copy Permalink