1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-04-30 05:07:58 +02:00
nginx-proxy/test/requirements/web
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
..
Dockerfile TESTS: replace old test suite with the new one 2017-02-17 00:29:30 +01:00
entrypoint.sh TESTS: replace old test suite with the new one 2017-02-17 00:29:30 +01:00
webserver.py Change to raw string literal 2024-05-03 10:49:15 +02:00