@@ -12,8 +12,8 @@ library tests itself!
12
12
The very short version
13
13
======================
14
14
15
- - To improve code coverage (eg because ``make check-coverage `` / the Travis
16
- build is failing), go to ``cover/ ``
15
+ - To improve code coverage (eg because ``make check-coverage `` or CI is failing),
16
+ go to ``cover/ ``
17
17
- For longer / system / integration tests, look in ``nocover/ ``
18
18
- For tests that require an optional dependency, look in the directory
19
19
named for that dependency.
@@ -34,7 +34,7 @@ Some scenarios
34
34
in ``test_direct_strategies.py ``. Strategies with optional dependencies
35
35
should go in ``hypothesis.extras ``, and the tests in their own module
36
36
(ie not in ``cover ``). When you think you might be done, push and let
37
- Travis point out any failing tests or non-covered code!
37
+ our CI system point out any failing tests or non-covered code!
38
38
39
39
**I've made some internal changes **
40
40
That's not very specific - you should probably refer to the test-finding
@@ -68,6 +68,9 @@ Still here? Here's a note on what to expect in each directory.
68
68
features such as ``mark.parametrize ``, ``mark.skipif ``, and ``raises ``
69
69
for other functions that are often useful when writing tests.
70
70
71
+ ``conjecture/ ``
72
+ As for ``cover/ ``, but specific to ``hypothesis.internal.conjecture ``.
73
+
71
74
``cover/ ``
72
75
The home of enough tests to get 100% branch coverage, as quickly as possible
73
76
without compromising on test power. This can be an intimidating target,
0 commit comments