diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-08-06 17:39:42 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-08-06 17:44:14 +0200 |
| commit | b8bd001215445aab2fce63c8a0e4a58440c4e67a (patch) | |
| tree | 1482b78791e393fc78f08fd6b4ef1b98dbe04ce1 /dev-python/commonmark | |
| parent | 9431f14716d3ebd353a311004a0e9789f2fb78ad (diff) | |
dev-python/commonmark: Run all tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/commonmark')
| -rw-r--r-- | dev-python/commonmark/commonmark-0.9.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/commonmark/commonmark-0.9.2.ebuild b/dev-python/commonmark/commonmark-0.9.2.ebuild index 12607535dfbc..ca4ec0d35eee 100644 --- a/dev-python/commonmark/commonmark-0.9.2.ebuild +++ b/dev-python/commonmark/commonmark-0.9.2.ebuild @@ -29,6 +29,9 @@ BDEPEND=" python_test() { local -x PYTHONIOENCODING='utf8' "${EPYTHON}" commonmark/tests/run_spec_tests.py || die + "${EPYTHON}" -m unittest -v -b \ + commonmark.tests.unit_tests \ + commonmark.tests.rst_tests || die } src_prepare() { |
