Skip to content

Commit

Permalink
Fix doc string error of stochastic marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Raml committed Sep 26, 2019
1 parent cdc2d39 commit 630a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def pytest_configure(config):
" and providing access to statistical analysis of the runs via the injected `stochastic_run` "
"fixture. Optionally specify `max_samples`. By default it is equal to `sample_size`. If it is "
"bigger, then additional samples are drawn if the test fails after taking `sample_size` samples, up"
"to the specified `max_samples`. If it is smaller than `sample_size` it is capped to `sample_size`")
"to the specified `max_samples`. If it is smaller than `max_samples` it is capped to `sample_size`")


class StochasticRunRecorder:
Expand Down

0 comments on commit 630a1c7

Please sign in to comment.