Ignore:
Timestamp:
10/16/2022 09:14:25 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
6e98a080
Parents:
ef6402e
Message:

Add test instructions to new python modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/sphinxcontrib-applehelp.xml

    ref6402e r74434cc  
    6868      <bridgehead renderas="sect4">Sphinxcontrib-applehelp Dependencies</bridgehead>
    6969
    70       <bridgehead renderas="sect5">Optional</bridgehead>
     70      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
    7171      <para role="optional">
    72         <xref linkend="pytest"/> (for tests),
    73         <ulink url="https://pypi.org/project/docutils-stubs/">
    74           docutils-stubs
    75         </ulink>,
    76         <ulink url="https://pypi.org/project/flake8/">
    77           flake8
    78         </ulink>, and
    79         <ulink url="https://pypi.org/project/mypy/">
    80           mypy
    81         </ulink>
     72        <xref linkend="pytest"/>
    8273      </para>
    8374
     
    9283
    9384    <para>
    94       This package does not come with a test suite.
    95     </para>
    96 
    97     <para>
    9885      Now, as the <systemitem class="username">root</systemitem> user:
    9986    </para>
    10087
    10188<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinxcontrib-applehelp</userinput></screen>
     89
     90      <para>
     91        To test the installation, run <command>pytest</command>.
     92      </para>
    10293
    10394    </sect3>
Note: See TracChangeset for help on using the changeset viewer.