Nicolas Duchon
|
fb0fc331c0
|
tests: minor typos and code style
|
2024-12-24 16:26:23 +01:00 |
|
Nicolas Duchon
|
9a76577ebc
|
style: shellcheck linting
|
2024-05-05 16:31:50 +02:00 |
|
Nicolas Duchon
|
1b97b11173
|
test: use python:3-alpine as base for the web image
|
2024-05-05 16:31:32 +02:00 |
|
Niek
|
12d639dad7
|
Change to raw string literal
To fix:
/webserver.py:17: SyntaxWarning: invalid escape sequence '\d'
elif re.match("/status/(\d+)", self.path):
/webserver.py:18: SyntaxWarning: invalid escape sequence '\d'
result = re.match("/status/(\d+)", self.path)
|
2024-05-03 10:49:15 +02:00 |
|
Kevin Marilleau
|
37e85e6e8d
|
chore(ci): ♻️ convert Python old % string to f-strings
|
2021-04-27 00:35:20 +02:00 |
|
Steve Kamerman
|
c1ae91364c
|
Added endpoint to allow testing alternate response codes
|
2018-03-26 14:57:50 -04:00 |
|
Thomas LEVEIL
|
9620be91fa
|
TESTS: separated containers: fix indentation and remove dependency over jwilder/whoami image
|
2017-02-17 01:11:11 +01:00 |
|
Thomas LEVEIL
|
6069bc53cd
|
TESTS: replace old test suite with the new one
get rid of Bats definitively
|
2017-02-17 00:29:30 +01:00 |
|