Skip to content

Commit 778b8f3

Browse files
committed
More parameters in README
1 parent d72b09d commit 778b8f3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,25 @@ If you want to test not only against another photon instance, but against a nomi
4646

4747

4848
Note that support for pelias is still rudimentary.
49-
49+
5050
Can I limit the number of tests to be run (even if my filter select thousands
5151
of tests) ?
5252

5353
py.test --max-run 100
5454

55+
Or, to limit the number of failures:
56+
57+
py.test --maxfail 10
58+
5559
Can I have a geojson to compare failures ?
5660

5761
py.test --geojson
5862

63+
Sometimes, the data used by the search engine is not perfect, so to run the
64+
checks without comparing diacritics and such:
65+
66+
py.test --loose-compare
67+
5968
You can compare two runs (for example to compare two branches). First, save the
6069
report from the first run:
6170

0 commit comments

Comments
 (0)