This file is indexed.

/usr/share/doc/python-nose2/html/plugins.html is in python-nose2-doc 0.7.4-1.

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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!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>Plugins for nose2 &mdash; nose2 0.6.0 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="nose2 0.6.0 documentation" href="index.html"/>
        <link rel="next" title="Loader: Test discovery" href="plugins/discovery.html"/>
        <link rel="prev" title="Differences: nose2 vs nose vs unittest2" href="differences.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"> nose2
          

          
          </a>

          
            
            
              <div class="version">
                0.6
              </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="getting_started.html">Getting started with nose2</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Using nose2</a></li>
<li class="toctree-l1"><a class="reference internal" href="configuration.html">Configuring nose2</a></li>
<li class="toctree-l1"><a class="reference internal" href="differences.html">Differences: nose2 vs nose vs unittest2</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Plugins for nose2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#built-in-and-loaded-by-default">Built in and Loaded by Default</a><ul>
<li class="toctree-l3"><a class="reference internal" href="plugins/discovery.html">Loader: Test discovery</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/functions.html">Loader: Test Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/generators.html">Loader: Test Generators</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/parameters.html">Loader: Parameterized Tests</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/testcases.html">Loader: Test Cases</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/testclasses.html">Loader: Test Classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/loadtests.html">Loader: load_tests protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/dundertests.html">Default filter: <code class="docutils literal"><span class="pre">__test__</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/result.html">Reporting test results</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/buffer.html">Buffering test output</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/debugger.html">Dropping Into the Debugger</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/failfast.html">Stopping After the First Error or Failure</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/logcapture.html">Capturing log messages</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/coverage.html">Test coverage reporting</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#built-in-but-not-loaded-by-default">Built in but <em>not</em> Loaded by Default</a><ul>
<li class="toctree-l3"><a class="reference internal" href="plugins/junitxml.html">Outputting XML Test Reports</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/attrib.html">Selecting tests with attributes</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/mp.html">Running Tests in Parallel with Multiple Processes</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/layers.html">Organizing Test Fixtures into Layers</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/doctests.html">Loader: Doctests</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/outcomes.html">Mapping exceptions to test outcomes</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/collect.html">Collecting tests without running them</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/testid.html">Using Test IDs</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/prof.html">Profiling</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/printhooks.html">Tracing hook execution</a></li>
<li class="toctree-l3"><a class="reference internal" href="plugins/eggdiscovery.html">Loader: Egg Test discovery</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#third-party-plugins">Third-party Plugins</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tools.html">Tools and Helpers</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="dev/writing_plugins.html">Writing Plugins</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/documenting_plugins.html">Documenting plugins</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/event_reference.html">Event reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/hook_reference.html">Hook reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/session_reference.html">Session reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/plugin_class_reference.html">Plugin class reference</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="dev/contributing.html">Contributing to nose2</a></li>
<li class="toctree-l1"><a class="reference internal" href="dev/internals.html">Internals</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">nose2</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>Plugins for nose2</li>
    
    
      <li class="wy-breadcrumbs-aside">
        
            
            <a href="_sources/plugins.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="plugins-for-nose2">
<h1>Plugins for nose2<a class="headerlink" href="#plugins-for-nose2" title="Permalink to this headline"></a></h1>
<div class="section" id="built-in-and-loaded-by-default">
<h2>Built in and Loaded by Default<a class="headerlink" href="#built-in-and-loaded-by-default" title="Permalink to this headline"></a></h2>
<p>These plugins are loaded by default. To exclude one of these plugins
from loading, add the plugin’s fully qualified module name to the
<code class="docutils literal"><span class="pre">exclude-plugins</span></code> list in a config file’s <code class="docutils literal"><span class="pre">[unittest]</span></code> section,
or pass the plugin module with the <code class="docutils literal"><span class="pre">--exclude-plugin</span></code> argument
on the command line. You can also pass plugin module names to exclude to a
<a class="reference internal" href="dev/main.html#nose2.main.PluggableTestProgram" title="nose2.main.PluggableTestProgram"><code class="xref py py-class docutils literal"><span class="pre">nose2.main.PluggableTestProgram</span></code></a> using the <code class="docutils literal"><span class="pre">excludePlugins</span></code>
keyword argument.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="plugins/discovery.html">Loader: Test discovery</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/discovery.html#configuration-discovery">Configuration [discovery]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/discovery.html#plugin-class-reference-discoveryloader">Plugin class reference: DiscoveryLoader</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/functions.html">Loader: Test Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/functions.html#fixtures">Fixtures</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/functions.html#other-attributes">Other attributes</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/functions.html#configuration-functions">Configuration [functions]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/functions.html#plugin-class-reference-functions">Plugin class reference: Functions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/generators.html">Loader: Test Generators</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/generators.html#configuration-generators">Configuration [generators]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/generators.html#plugin-class-reference-generators">Plugin class reference: Generators</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/parameters.html">Loader: Parameterized Tests</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/parameters.html#such-and-the-parameters-plugin">Such And The Parameters Plugin</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/parameters.html#configuration-parameters">Configuration [parameters]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/parameters.html#plugin-class-reference-parameters">Plugin class reference: Parameters</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/testcases.html">Loader: Test Cases</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/testcases.html#configuration-testcases">Configuration [testcases]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/testcases.html#plugin-class-reference-testcaseloader">Plugin class reference: TestCaseLoader</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/testclasses.html">Loader: Test Classes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/testclasses.html#about-test-classes">About Test Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/testclasses.html#configuration-test-classes">Configuration [test-classes]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/testclasses.html#plugin-class-reference-testclassloader">Plugin class reference: TestClassLoader</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/loadtests.html">Loader: load_tests protocol</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/loadtests.html#configuration-load-tests">Configuration [load_tests]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/loadtests.html#plugin-class-reference-loadtestsloader">Plugin class reference: LoadTestsLoader</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/dundertests.html">Default filter: <code class="docutils literal"><span class="pre">__test__</span></code></a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/dundertests.html#plugin-class-reference-dundertestfilter">Plugin class reference: DunderTestFilter</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/result.html">Reporting test results</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/result.html#configuration-test-result">Configuration [test-result]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/result.html#plugin-class-reference-resultreporter">Plugin class reference: ResultReporter</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/buffer.html">Buffering test output</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/buffer.html#configuration-output-buffer">Configuration [output-buffer]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/buffer.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/buffer.html#plugin-class-reference-outputbufferplugin">Plugin class reference: OutputBufferPlugin</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/debugger.html">Dropping Into the Debugger</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/debugger.html#configuration-debugger">Configuration [debugger]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/debugger.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/debugger.html#plugin-class-reference-debugger">Plugin class reference: Debugger</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/failfast.html">Stopping After the First Error or Failure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/failfast.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/failfast.html#plugin-class-reference-failfast">Plugin class reference: FailFast</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/logcapture.html">Capturing log messages</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/logcapture.html#configuration-log-capture">Configuration [log-capture]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/logcapture.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/logcapture.html#plugin-class-reference-logcapture">Plugin class reference: LogCapture</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/coverage.html">Test coverage reporting</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/coverage.html#configuration-coverage">Configuration [coverage]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/coverage.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/coverage.html#plugin-class-reference-coverage">Plugin class reference: Coverage</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/coverage.html#differences-from-coverage">Differences From coverage</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="built-in-but-not-loaded-by-default">
<h2>Built in but <em>not</em> Loaded by Default<a class="headerlink" href="#built-in-but-not-loaded-by-default" title="Permalink to this headline"></a></h2>
<p>These plugins are available as part of the nose2 package but <em>are not
loaded by default</em>. To load one of these plugins, add the plugin module
name (as dot-separated, fully qualified name) to the <code class="docutils literal"><span class="pre">plugins</span></code> list
in a config file’s <code class="docutils literal"><span class="pre">[unittest]</span></code>
section, or pass the plugin module with the <code class="docutils literal"><span class="pre">--plugin</span></code> argument on
the command line. You can also pass plugin module names to a
<a class="reference internal" href="dev/main.html#nose2.main.PluggableTestProgram" title="nose2.main.PluggableTestProgram"><code class="xref py py-class docutils literal"><span class="pre">nose2.main.PluggableTestProgram</span></code></a> using the <code class="docutils literal"><span class="pre">plugins</span></code> keyword
argument.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="plugins/junitxml.html">Outputting XML Test Reports</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/junitxml.html#configuration-junit-xml">Configuration [junit-xml]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/junitxml.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/junitxml.html#plugin-class-reference-junitxmlreporter">Plugin class reference: JUnitXmlReporter</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/junitxml.html#sample-output">Sample output</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/attrib.html">Selecting tests with attributes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/attrib.html#select-tests-having-an-attribute">Select tests having an attribute</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/attrib.html#select-tests-that-do-not-have-an-attribute">Select tests that do not have an attribute</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/mp.html">Running Tests in Parallel with Multiple Processes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/mp.html#usage">Usage</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/mp.html#guidelines-for-test-authors">Guidelines for Test Authors</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/mp.html#guidelines-for-plugin-authors">Guidelines for Plugin Authors</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/mp.html#possible-issues-on-windows">Possible Issues On Windows</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/mp.html#module-nose2.plugins.mp">Reference</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/layers.html">Organizing Test Fixtures into Layers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#sub-layers">Sub-layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#layer-method-reference">Layer method reference</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#layers-dsl">Layers DSL</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#pretty-reports">Pretty reports</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#warnings-and-caveats">Warnings and Caveats</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/layers.html#module-nose2.plugins.layers">Plugin reference</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/doctests.html">Loader: Doctests</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/doctests.html#configuration-doctest">Configuration [doctest]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/doctests.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/doctests.html#plugin-class-reference-doctestloader">Plugin class reference: DocTestLoader</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/outcomes.html">Mapping exceptions to test outcomes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/outcomes.html#configuration-outcomes">Configuration [outcomes]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/outcomes.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/outcomes.html#plugin-class-reference-outcomes">Plugin class reference: Outcomes</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/collect.html">Collecting tests without running them</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/collect.html#configuration-collect-only">Configuration [collect-only]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/collect.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/collect.html#plugin-class-reference-collectonly">Plugin class reference: CollectOnly</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/testid.html">Using Test IDs</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/testid.html#configuration-testid">Configuration [testid]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/testid.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/testid.html#plugin-class-reference-testid">Plugin class reference: TestId</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/prof.html">Profiling</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/prof.html#configuration-profiler">Configuration [profiler]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/prof.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/prof.html#plugin-class-reference-profiler">Plugin class reference: Profiler</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/printhooks.html">Tracing hook execution</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/printhooks.html#configuration-print-hooks">Configuration [print-hooks]</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/printhooks.html#command-line-options">Command-line options</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/printhooks.html#plugin-class-reference-printhooks">Plugin class reference: PrintHooks</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/printhooks.html#sample-output">Sample output</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="plugins/eggdiscovery.html">Loader: Egg Test discovery</a><ul>
<li class="toctree-l2"><a class="reference internal" href="plugins/eggdiscovery.html#what-is-egg-discovery">What is Egg Discovery</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/eggdiscovery.html#usage">Usage</a></li>
<li class="toctree-l2"><a class="reference internal" href="plugins/eggdiscovery.html#module-nose2.plugins.loader.eggdiscovery">Reference</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="third-party-plugins">
<h2>Third-party Plugins<a class="headerlink" href="#third-party-plugins" title="Permalink to this headline"></a></h2>
<p>If you are a plugin author, please add your plugin to the list on the
<a class="reference external" href="https://github.com/nose-devs/nose2/wiki/Plugins">nose2 wiki</a>. If you are looking for more plugins, check that list!</p>
</div>
</div>


           </div>
           <div class="articleComments">
            
           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="plugins/discovery.html" class="btn btn-neutral float-right" title="Loader: Test discovery" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
        <a href="differences.html" class="btn btn-neutral" title="Differences: nose2 vs nose vs unittest2" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2018, Jason Pellerin.

    </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:'0.6.0',
            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>