source: general/prog/python-modules/pytest.xml@ b9edd38b

lazarus trunk
Last change on this file since b9edd38b was 9b39ca60, checked in by Xi Ruoyao <xry111@…>, 8 weeks ago

Archive py

Recent pytest no longer needs it. And no other thing refers to it.

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[0cf85fa]2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
[114f6db9]7 <!ENTITY pytest-download-http "https://files.pythonhosted.org/packages/source/p/pytest/pytest-&pytest-version;.tar.gz">
[036821b]8 <!ENTITY pytest-download-ftp " ">
[569925c7]9 <!ENTITY pytest-md5sum "&pytest-md5sum;">
[d1bdcf7]10 <!ENTITY pytest-size "1.3 MB">
[b0e10597]11 <!ENTITY pytest-buildsize "42 MB (with tests)">
[c0165a65]12 <!ENTITY pytest-time "1.2 SBU (with tests)">
[0cf85fa]13]>
14
[036821b]15 <sect2 id="pytest" xreflabel="pytest-&pytest-version;">
[0cf85fa]16
[25ee667]17 <title>Pytest-&pytest-version;</title>
[0cf85fa]18
19 <indexterm zone="pytest">
20 <primary sortas="a-pytest">pytest</primary>
21 </indexterm>
22
23 <sect3 role="package">
[25ee667]24 <title>Introduction to Pytest Module</title>
[0cf85fa]25
26 <para>
[25ee667]27 The <application>Pytest</application> framework makes it easy to
28 write small, readable tests, and can scale to support complex
29 functional testing for applications and libraries.
[0cf85fa]30 </para>
31
[99c90fa]32 &lfs121_checked;
[0cf85fa]33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
[036821b]38 Download (HTTP): <ulink url="&pytest-download-http;"/>
[0cf85fa]39 </para>
40 </listitem>
41 <listitem>
42 <para>
[036821b]43 Download (FTP): <ulink url="&pytest-download-ftp;"/>
[0cf85fa]44 </para>
45 </listitem>
46 <listitem>
47 <para>
[036821b]48 Download MD5 sum: &pytest-md5sum;
[0cf85fa]49 </para>
50 </listitem>
51 <listitem>
52 <para>
[036821b]53 Download size: &pytest-size;
[0cf85fa]54 </para>
55 </listitem>
56 <listitem>
57 <para>
[036821b]58 Estimated disk space required: &pytest-buildsize;
[0cf85fa]59 </para>
60 </listitem>
61 <listitem>
62 <para>
[036821b]63 Estimated build time: &pytest-time;
[0cf85fa]64 </para>
65 </listitem>
66 </itemizedlist>
67
[25ee667]68 <bridgehead renderas="sect4">Pytest Dependencies</bridgehead>
69
70 <bridgehead renderas="sect5">Required</bridgehead>
71 <para role="required">
72 <xref linkend="iniconfig"/>,
[9b39ca60]73 <xref linkend="packaging"/>, and
74 <xref linkend="pluggy"/>
[25ee667]75 </para>
76
77 <bridgehead renderas="sect5">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="setuptools_scm"/>
80 </para>
[0cf85fa]81
[114f6db9]82 <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
[0cf85fa]83 <para role="optional">
[114f6db9]84 <xref linkend="pygments"/>,
85 <xref linkend="requests"/>,
86 <ulink url="https://pypi.org/project/argcomplete/">argcomplete</ulink>,
[8f7f93b]87 <ulink url="https://pypi.org/project/elementpath/">elementpath</ulink>,
[114f6db9]88 <ulink url="https://pypi.org/project/hypothesis/">hypothesis</ulink>,
[8f65da99]89 <ulink url="https://pypi.org/project/mock/">mock</ulink>,
[8f7f93b]90 <ulink url="https://pypi.org/project/nose/">nose</ulink>,
91 <ulink url="https://pypi.org/project/sortedcontainers/">sortedcontainers</ulink>, and
[114f6db9]92 <ulink url="https://pypi.org/project/xmlschema/">xmlschema</ulink>
[0cf85fa]93 </para>
94
95 </sect3>
96
97 <sect3 role="installation">
[25ee667]98 <title>Installation of Pytest</title>
[0cf85fa]99
[25ee667]100 <para> Build the module: </para>
[0cf85fa]101
[db244ae2]102&build-wheel;
[0cf85fa]103
[25ee667]104 <para>
[74434cc]105 Now, as the <systemitem class="username">root</systemitem> user:
[25ee667]106 </para>
[0cf85fa]107
[db244ae2]108<screen role="root"><userinput>&install-wheel; pytest</userinput></screen>
[74434cc]109
[25ee667]110 <para>
[74434cc]111 The installation can be tested with the following commands:
[25ee667]112 </para>
[0cf85fa]113
[74434cc]114<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
115source testenv/bin/activate &amp;&amp;
116pip3 install pytest[testing] &amp;&amp;
117python3 /usr/bin/pytest<!-- no && because of a possible error -->
118deactivate</userinput></screen>
[0cf85fa]119
[5bda216]120 <para>
[14ff76c5]121 One test, testing/test_pathlib.py, is known to fail.
[5bda216]122 </para>
[14ff76c5]123
[0cf85fa]124 </sect3>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../../xincludes/pip3-cmd-explain.xml"/>
128
129 <sect3 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
[114f6db9]139 pytest and py.test (different files but with same content)
[0cf85fa]140 </seg>
141 <seg>None</seg>
142 <seg>
[114f6db9]143 /usr/lib/python&python3-majorver;/site-packages/_pytest,
144 /usr/lib/python&python3-majorver;/site-packages/pytest, and
[036821b]145 /usr/lib/python&python3-majorver;/site-packages/pytest-&pytest-version;.dist-info
[0cf85fa]146 </seg>
147 </seglistitem>
148 </segmentedlist>
[114f6db9]149
[0cf85fa]150 <variablelist>
151 <bridgehead renderas="sect5">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
[036821b]155 <varlistentry id="pytest-prog">
156 <term><command>pytest</command></term>
[0cf85fa]157 <listitem>
158 <para>
[114f6db9]159 sets up, manages, and/or runs test in python module source
160 directories
[0cf85fa]161 </para>
[036821b]162 <indexterm zone="pytest pytest-prog">
163 <primary sortas="b-pytest-prog">pytest</primary>
[0cf85fa]164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
[114f6db9]169
[0cf85fa]170 </sect3>
171
172 </sect2>
Note: See TracBrowser for help on using the repository browser.