This file is indexed.

/usr/share/doc/python-hypothesis/html/django.html is in python-hypothesis-doc 3.44.1-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>Hypothesis for Django users &mdash; Hypothesis 3.44.1 documentation</title>
  

  
  
  
  

  

  
  
    

  

  
  
    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  

  

  
        <link rel="index" title="Index"
              href="genindex.html"/>
        <link rel="search" title="Search" href="search.html"/>
    <link rel="top" title="Hypothesis 3.44.1 documentation" href="index.html"/>
        <link rel="next" title="Hypothesis for the Scientific Stack" href="numpy.html"/>
        <link rel="prev" title="Additional packages" href="extras.html"/> 

  
  <script src="_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

   
  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="index.html" class="icon icon-home"> Hypothesis
          

          
          </a>

          
            
            
              <div class="version">
                3.44.1
              </div>
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
              
            
            
              <ul class="current">
<li class="toctree-l1"><a class="reference internal" href="quickstart.html">Quick start guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="details.html">Details and advanced features</a></li>
<li class="toctree-l1"><a class="reference internal" href="settings.html">Settings</a></li>
<li class="toctree-l1"><a class="reference internal" href="data.html">What you can generate and how</a></li>
<li class="toctree-l1"><a class="reference internal" href="extras.html">Additional packages</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Hypothesis for Django users</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#tips-and-tricks">Tips and tricks</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#custom-field-types">Custom field types</a></li>
<li class="toctree-l3"><a class="reference internal" href="#generating-child-models">Generating child models</a></li>
<li class="toctree-l3"><a class="reference internal" href="#using-default-field-values">Using default field values</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="numpy.html">Hypothesis for the Scientific Stack</a></li>
<li class="toctree-l1"><a class="reference internal" href="healthchecks.html">Health checks</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">The Hypothesis Example Database</a></li>
<li class="toctree-l1"><a class="reference internal" href="stateful.html">Stateful testing</a></li>
<li class="toctree-l1"><a class="reference internal" href="supported.html">Compatibility</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples.html">Some more examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="community.html">Community</a></li>
<li class="toctree-l1"><a class="reference internal" href="manifesto.html">The Purpose of Hypothesis</a></li>
<li class="toctree-l1"><a class="reference internal" href="endorsements.html">Testimonials</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Open Source Projects using Hypothesis</a></li>
<li class="toctree-l1"><a class="reference internal" href="strategies.html">Projects extending Hypothesis</a></li>
<li class="toctree-l1"><a class="reference internal" href="changes.html">Changelog</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Ongoing Hypothesis Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="support.html">Help and Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="packaging.html">Packaging Guidelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="reproducing.html">Reproducing Failures</a></li>
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
          <a href="index.html">Hypothesis</a>
        
      </nav>


      
      <div class="wy-nav-content">
        <div class="rst-content">
          















<div role="navigation" aria-label="breadcrumbs navigation">

  <ul class="wy-breadcrumbs">
    
      <li><a href="index.html">Docs</a> &raquo;</li>
        
      <li>Hypothesis for Django users</li>
    
    
      <li class="wy-breadcrumbs-aside">
        
            
            <a href="_sources/django.rst.txt" rel="nofollow"> View page source</a>
          
        
      </li>
    
  </ul>

  
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
  <div class="section" id="hypothesis-for-django-users">
<span id="hypothesis-django"></span><h1>Hypothesis for Django users<a class="headerlink" href="#hypothesis-for-django-users" title="Permalink to this headline"></a></h1>
<p>Hypothesis offers a number of features specific for Django testing, available
in the <code class="xref py py-mod docutils literal"><span class="pre">hypothesis[django]</span></code> <a class="reference internal" href="extras.html"><span class="doc">extra</span></a>.  This is tested
against each supported series with mainstream or extended support -
if you’re still getting security patches, you can test with Hypothesis.</p>
<p>Using it is quite straightforward: All you need to do is subclass
<code class="xref py py-class docutils literal"><span class="pre">hypothesis.extra.django.TestCase</span></code> or
<code class="xref py py-class docutils literal"><span class="pre">hypothesis.extra.django.TransactionTestCase</span></code>
and you can use <a class="reference internal" href="details.html#hypothesis.given" title="hypothesis.given"><code class="xref py py-func docutils literal"><span class="pre">&#64;given</span></code></a> as normal,
and the transactions will be per example
rather than per test function as they would be if you used <a class="reference internal" href="details.html#hypothesis.given" title="hypothesis.given"><code class="xref py py-func docutils literal"><span class="pre">&#64;given</span></code></a> with a normal
django test suite (this is important because your test function will be called
multiple times and you don’t want them to interfere with each other). Test cases
on these classes that do not use
<a class="reference internal" href="details.html#hypothesis.given" title="hypothesis.given"><code class="xref py py-func docutils literal"><span class="pre">&#64;given</span></code></a> will be run as normal.</p>
<p>I strongly recommend not using
<code class="xref py py-class docutils literal"><span class="pre">TransactionTestCase</span></code>
unless you really have to.
Because Hypothesis runs this in a loop the performance problems it normally has
are significantly exacerbated and your tests will be really slow.
If you are using <code class="xref py py-class docutils literal"><span class="pre">TransactionTestCase</span></code>,
you may need to use <code class="docutils literal"><span class="pre">&#64;settings(suppress_health_check=[HealthCheck.too_slow])</span></code>
to avoid <a class="reference internal" href="healthchecks.html"><span class="doc">errors due to slow example generation</span></a>.</p>
<p>In addition to the above, Hypothesis has some support for automatically
deriving strategies for your model types, which you can then customize further.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">Hypothesis creates saved models. This will run inside your testing
transaction when using the test runner, but if you use the dev console this
will leave debris in your database.</p>
</div>
<p>For example, using the trivial django project I have for testing:</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">hypothesis.extra.django.models</span> <span class="kn">import</span> <span class="n">models</span>
<span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">toystore.models</span> <span class="kn">import</span> <span class="n">Customer</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">Customer</span><span class="p">)</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span>
<span class="go">&lt;Customer: Customer object&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span><span class="o">.</span><span class="n">email</span>
<span class="go">&#39;jaime.urbina@gmail.com&#39;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span><span class="o">.</span><span class="n">name</span>
<span class="go">&#39;\U00109d3d\U000e07be\U000165f8\U0003fabf\U000c12cd\U000f1910\U00059f12\U000519b0\U0003fabf\U000f1910\U000423fb\U000423fb\U00059f12\U000e07be\U000c12cd\U000e07be\U000519b0\U000165f8\U0003fabf\U0007bc31&#39;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span><span class="o">.</span><span class="n">age</span>
<span class="go">-873375803</span>
</pre></div>
</div>
<p>Hypothesis has just created this with whatever the relevant type of data is.</p>
<p>Obviously the customer’s age is implausible, so lets fix that:</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">hypothesis.strategies</span> <span class="kn">import</span> <span class="n">integers</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">Customer</span><span class="p">,</span> <span class="n">age</span><span class="o">=</span><span class="n">integers</span><span class="p">(</span><span class="n">min_value</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">max_value</span><span class="o">=</span><span class="mi">120</span><span class="p">))</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span>
<span class="go">&lt;Customer: Customer object&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">c</span><span class="o">.</span><span class="n">age</span>
<span class="go">5</span>
</pre></div>
</div>
<p>You can use this to override any fields you like. Sometimes this will be
mandatory: If you have a non-nullable field of a type Hypothesis doesn’t know
how to create (e.g. a foreign key) then the models function will error unless
you explicitly pass a strategy to use there.</p>
<p>Foreign keys are not automatically derived. If they’re nullable they will default
to always being null, otherwise you always have to specify them. e.g. suppose
we had a Shop type with a foreign key to company, we would define a strategy
for it as:</p>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="n">shop_strategy</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">Shop</span><span class="p">,</span> <span class="n">company</span><span class="o">=</span><span class="n">models</span><span class="p">(</span><span class="n">Company</span><span class="p">))</span>
</pre></div>
</div>
<div class="section" id="tips-and-tricks">
<h2>Tips and tricks<a class="headerlink" href="#tips-and-tricks" title="Permalink to this headline"></a></h2>
<div class="section" id="custom-field-types">
<h3>Custom field types<a class="headerlink" href="#custom-field-types" title="Permalink to this headline"></a></h3>
<p>If you have a custom Django field type you can register it with Hypothesis’s
model deriving functionality by registering a default strategy for it:</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">toystore.models</span> <span class="kn">import</span> <span class="n">CustomishField</span><span class="p">,</span> <span class="n">Customish</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">models</span><span class="p">(</span><span class="n">Customish</span><span class="p">)</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="go">hypothesis.errors.InvalidArgument: Missing arguments for mandatory field</span>
<span class="go">    customish for model Customish</span>
<span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">hypothesis.extra.django.models</span> <span class="kn">import</span> <span class="n">add_default_field_mapping</span>
<span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">hypothesis.strategies</span> <span class="kn">import</span> <span class="n">just</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">add_default_field_mapping</span><span class="p">(</span><span class="n">CustomishField</span><span class="p">,</span> <span class="n">just</span><span class="p">(</span><span class="s2">&quot;hi&quot;</span><span class="p">))</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">x</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">Customish</span><span class="p">)</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="o">.</span><span class="n">customish</span>
<span class="go">&#39;hi&#39;</span>
</pre></div>
</div>
<p>Note that this mapping is on exact type. Subtypes will not inherit it.</p>
</div>
<div class="section" id="generating-child-models">
<h3>Generating child models<a class="headerlink" href="#generating-child-models" title="Permalink to this headline"></a></h3>
<p>For the moment there’s no explicit support in hypothesis-django for generating
dependent models. i.e. a Company model will generate no Shops. However if you
want to generate some dependent models as well, you can emulate this by using
the <em>flatmap</em> function as follows:</p>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">hypothesis.strategies</span> <span class="k">import</span> <span class="n">lists</span><span class="p">,</span> <span class="n">just</span>

<span class="k">def</span> <span class="nf">generate_with_shops</span><span class="p">(</span><span class="n">company</span><span class="p">):</span>
  <span class="k">return</span> <span class="n">lists</span><span class="p">(</span><span class="n">models</span><span class="p">(</span><span class="n">Shop</span><span class="p">,</span> <span class="n">company</span><span class="o">=</span><span class="n">just</span><span class="p">(</span><span class="n">company</span><span class="p">)))</span><span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="k">lambda</span> <span class="n">_</span><span class="p">:</span> <span class="n">company</span><span class="p">)</span>

<span class="n">company_with_shops_strategy</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">Company</span><span class="p">)</span><span class="o">.</span><span class="n">flatmap</span><span class="p">(</span><span class="n">generate_with_shops</span><span class="p">)</span>
</pre></div>
</div>
<p>Lets unpack what this is doing:</p>
<p>The way flatmap works is that we draw a value from the original strategy, then
apply a function to it which gives us a new strategy. We then draw a value from
<em>that</em> strategy. So in this case we’re first drawing a company, and then we’re
drawing a list of shops belonging to that company: The <em>just</em> strategy is a
strategy such that drawing it always produces the individual value, so
<code class="docutils literal"><span class="pre">models(Shop,</span> <span class="pre">company=just(company))</span></code> is a strategy that generates a Shop belonging
to the original company.</p>
<p>So the following code would give us a list of shops all belonging to the same
company:</p>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="n">models</span><span class="p">(</span><span class="n">Company</span><span class="p">)</span><span class="o">.</span><span class="n">flatmap</span><span class="p">(</span><span class="k">lambda</span> <span class="n">c</span><span class="p">:</span> <span class="n">lists</span><span class="p">(</span><span class="n">models</span><span class="p">(</span><span class="n">Shop</span><span class="p">,</span> <span class="n">company</span><span class="o">=</span><span class="n">just</span><span class="p">(</span><span class="n">c</span><span class="p">))))</span>
</pre></div>
</div>
<p>The only difference from this and the above is that we want the company, not
the shops. This is where the inner map comes in. We build the list of shops
and then throw it away, instead returning the company we started for. This
works because the models that Hypothesis generates are saved in the database,
so we’re essentially running the inner strategy purely for the side effect of
creating those children in the database.</p>
</div>
<div class="section" id="using-default-field-values">
<h3>Using default field values<a class="headerlink" href="#using-default-field-values" title="Permalink to this headline"></a></h3>
<p>Hypothesis ignores field defaults and always tries to generate values, even if
it doesn’t know how to. You can tell it to use the default value for a field
instead of generating one by passing <code class="docutils literal"><span class="pre">fieldname=default_value</span></code> to
<code class="docutils literal"><span class="pre">models()</span></code>:</p>
<div class="code python highlight-default"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">toystore.models</span> <span class="k">import</span> <span class="n">DefaultCustomish</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">models</span><span class="p">(</span><span class="n">DefaultCustomish</span><span class="p">)</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="go">hypothesis.errors.InvalidArgument: Missing arguments for mandatory field</span>
<span class="go">    customish for model DefaultCustomish</span>
<span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">hypothesis.extra.django.models</span> <span class="k">import</span> <span class="n">default_value</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">x</span> <span class="o">=</span> <span class="n">models</span><span class="p">(</span><span class="n">DefaultCustomish</span><span class="p">,</span> <span class="n">customish</span><span class="o">=</span><span class="n">default_value</span><span class="p">)</span><span class="o">.</span><span class="n">example</span><span class="p">()</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="o">.</span><span class="n">customish</span>
<span class="go">&#39;b&#39;</span>
</pre></div>
</div>
</div>
</div>
</div>


           </div>
           <div class="articleComments">
            
           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="numpy.html" class="btn btn-neutral float-right" title="Hypothesis for the Scientific Stack" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
        <a href="extras.html" class="btn btn-neutral" title="Additional packages" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2013-2018, David R. MacIver.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'./',
            VERSION:'3.44.1',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
            HAS_SOURCE:  true,
            SOURCELINK_SUFFIX: '.txt'
        };
    </script>
      <script type="text/javascript" src="_static/jquery.js"></script>
      <script type="text/javascript" src="_static/underscore.js"></script>
      <script type="text/javascript" src="_static/doctools.js"></script>

  

  
  
    <script type="text/javascript" src="_static/js/theme.js"></script>
  

  
  
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script>
   

</body>
</html>