RainRat
1087937992
misc: fix typos
...
Closes #13344
2024-04-11 15:44:22 +02:00
Jan Macku
6b24f099fc
doc: pytest --repeat -> --count
...
Pytest doesn't have a `--repeat` option, but it does have a `--count`
option.
```
--count=COUNT Number of times to repeat each test
```
Closes #13218
2024-04-09 08:44:09 +02:00
Arne Soete
2eadae8673
tests: update tests/httpd references to tests/http
...
tests/httpd was renamed to tests/http in #10654 . This patch updates some
references in the README
Closes #10854
2023-03-28 17:50:59 +02:00
Daniel Stenberg
c46761bd8b
tests/http: remove year ranges from copyrights
...
Closes #10763
2023-03-15 00:05:29 +01:00
Stefan Eissing
e497a96a0e
tests: rename tests/tests-httpd to tests/http
...
- httpd is only one server we test with
- the suite coveres the HTTP protocol in general where
the default test cases need a more beefy environment
Closes #10654
2023-03-02 14:05:19 +01:00