Codebase list dh-python / 4454e32
Run Python test suite with nose2. Stefano Rivera 1 year, 8 months ago
5 changed file(s) with 14 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
5555 # TESTS
5656 nose:
5757 #nosetests3 --verbose --with-doctest --with-coverage
58 nosetests3 --verbose --with-doctest
58 nose2-3 --verbose --plugin nose2.plugins.doctests --with-doctest
5959
6060 tests: nose
6161 make -C tests
0 dh-python (5.20220820) UNRELEASED; urgency=medium
1
2 * Run Python test suite with nose2.
3
4 -- Stefano Rivera <stefanor@debian.org> Sun, 21 Aug 2022 18:19:24 +0200
5
06 dh-python (5.20220819) unstable; urgency=medium
17
28 * flit plugin: Explicitly install using the "deb_system" sysconfig scheme.
88 python3-docutils,
99 # used by tests:
1010 python3-all, python3-all-dbg, python3-all-dev,
11 python3-nose
11 python3-nose2
1212 Standards-Version: 4.6.0
1313 Vcs-Git: https://salsa.debian.org/python-team/tools/dh-python.git
1414 Vcs-Browser: https://salsa.debian.org/python-team/tools/dh-python
2929 python-all-dbg,
3030 python3-all,
3131 python3-all-dbg,
32 python3-nose
32 python3-nose2
3333 Restrictions: allow-stderr
3434
3535 Tests: pybuild
11
22 set -eu
33
4 nosetests3 /usr/share/dh-python/dhpython --with-doctest -v
5
64 cp -r tests "$AUTOPKGTEST_TMP"
75 cd "$AUTOPKGTEST_TMP"
8 PYTHONPATH=/usr/share/dh-python nosetests3 -v tests
6
7 nose2-3 --verbose --plugin nose2.plugins.doctests --with-doctest \
8 --start-dir /usr/share/dh-python/dhpython
9
10 PYTHONPATH=/usr/share/dh-python nose2-3 -v tests