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/setuptools_scm.xml

    ref6402e r74434cc  
    7575      </para>
    7676
     77      <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
     78      <para role="optional">
     79        <xref linkend="git"/>,
     80        <xref linkend="mercurial"/>, and
     81        <xref linkend="pytest"/>
     82      </para>
     83
    7784    </sect3>
    7885
     
    8592
    8693    <para>
    87       This package does not come with a test suite.
    88     </para>
    89 
    90     <para>
    9194      Now, as the <systemitem class="username">root</systemitem> user:
    9295    </para>
    9396
    9497<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user setuptools_scm</userinput></screen>
     98
     99    <para>
     100      The installtion can be tested with <command>pytest</command>. A few
     101      tests may fail is your <application>git</application> configuration
     102      is not the one expected by the test suite.
     103    </para>
    95104
    96105    </sect3>
Note: See TracChangeset for help on using the changeset viewer.