~crunch.io/ubuntu/precise/codespeak-lib/unstable

« back to all changes in this revision

Viewing changes to doc/test/plugin/django.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-08-01 16:24:01 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801162401-g37v49d1p148alpm
Tags: 1.3.3-1
* New upstream release.
* Bump Standards-Version to 3.9.1.
* Fix typo in py.test manpage.
* Prefer Breaks: over Conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
 
<html>
3
 
  <head>
4
 
    <title>django</title>
5
 
    <meta content="text/html;charset=ISO-8859-1" name="Content-Type"/>
6
 
    <link href="../../style.css" media="screen" rel="stylesheet" type="text/css"/></head>
7
 
  <body>
8
 
    <div id="navspace">
9
 
      <div><a href="http://pylib.org"><img alt="py lib" height="57" id="pyimg" src="http://codespeak.net/img/pylib.png" width="77"/></a></div>
10
 
      <div id="menubar">
11
 
        <div>
12
 
          <div><a class="menu" href="../../announce/release-1.2.1.html">1.2.1 ANN</a></div></div>
13
 
        <div>
14
 
          <div><a class="menu" href="../../install.html">INSTALL</a></div></div>
15
 
        <div>
16
 
          <div><a class="menu" href="../../contact.html">CONTACT</a></div></div>
17
 
        <div>
18
 
          <div><a class="menu" href="../../changelog.html">CHANGELOG</a></div></div>
19
 
        <div>
20
 
          <div><a class="menu" href="../../faq.html">FAQ</a></div></div>
21
 
        <div>
22
 
          <div>
23
 
            <h3>py.test:</h3>
24
 
            <div><a class="menu" href="../index.html">Index</a></div>
25
 
            <div><a class="menu" href="../quickstart.html">Quickstart</a></div>
26
 
            <div><a class="menu" href="../features.html">Features</a></div>
27
 
            <div><a class="menu" href="index.html">Plugins</a></div>
28
 
            <div><a class="menu" href="../funcargs.html">Funcargs</a></div>
29
 
            <div><a class="menu" href="../customize.html">Customize</a></div>
30
 
            <div><a class="menu" href="../talks.html">Tutorials</a></div></div></div>
31
 
        <div>
32
 
          <div>
33
 
            <h3>supporting APIs:</h3>
34
 
            <div><a class="menu" href="../../index.html">Index</a></div>
35
 
            <div><a class="menu" href="../../path.html">py.path</a></div>
36
 
            <div><a class="menu" href="../../code.html">py.code</a></div></div></div></div></div>
37
 
    <div id="contentspace">
38
 
<div class="document" id="pytest-django-plugin-external">
39
 
<h1 class="title">pytest_django plugin (EXTERNAL)</h1>
40
 
 
41
 
<p>pytest_django is a plugin for py.test that provides a set of useful tools for testing Django applications, checkout Ben Firshman's <a class="reference external" href="http://github.com/bfirsh/pytest_django/tree/master">pytest_django github page</a>.</p>
42
 
</div>
43
 
</div>
44
 
<script type="text/javascript">
45
 
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
46
 
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
47
 
</script>
48
 
<script type="text/javascript">
49
 
try {
50
 
var pageTracker = _gat._getTracker("UA-7597274-3");
51
 
pageTracker._trackPageview();
52
 
} catch(err) {}</script>
53
 
</body></html>
 
 
b'\\ No newline at end of file'