Skip to content

Commit 744e5c0

Browse files
committed
Update to 4.3.0. From the changelog:
New development: - We now support multiple external formats for test results, Visual Studio's trx format and JetBrains XML format. This means it is now possible to run TextTest from within Visual Studio or JetBrains IDEs (e.g. PyCharm, IntelliJ, CLion) and present the results there. Bugfixes: - Fixed bug #107 AttributeError when reordering test suites (thanks Michael Behrisch)
1 parent 0199d8d commit 744e5c0

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

devel/texttest/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.23 2023/03/13 13:47:08 schmonz Exp $
1+
# $NetBSD: Makefile,v 1.24 2023/04/18 16:39:08 schmonz Exp $
22

3-
DISTNAME= texttest-4.2.3
3+
DISTNAME= texttest-4.3.0
44
GITHUB_TAG= ${PKGVERSION_NOREV}
55
PKGNAME= ${DISTNAME:tl}
66
CATEGORIES= devel python

devel/texttest/PLIST

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.7 2022/09/28 18:10:41 schmonz Exp $
1+
@comment $NetBSD: PLIST,v 1.8 2023/04/18 16:39:08 schmonz Exp $
22
bin/interpretcore
33
bin/texttest
44
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
@@ -27,15 +27,15 @@ ${PYSITELIB}/texttestlib/default/batch/__init__.pyo
2727
${PYSITELIB}/texttestlib/default/batch/batchutils.py
2828
${PYSITELIB}/texttestlib/default/batch/batchutils.pyc
2929
${PYSITELIB}/texttestlib/default/batch/batchutils.pyo
30+
${PYSITELIB}/texttestlib/default/batch/externalreport.py
31+
${PYSITELIB}/texttestlib/default/batch/externalreport.pyc
32+
${PYSITELIB}/texttestlib/default/batch/externalreport.pyo
3033
${PYSITELIB}/texttestlib/default/batch/imgsize.py
3134
${PYSITELIB}/texttestlib/default/batch/imgsize.pyc
3235
${PYSITELIB}/texttestlib/default/batch/imgsize.pyo
3336
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.py
3437
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.pyc
3538
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.pyo
36-
${PYSITELIB}/texttestlib/default/batch/junitreport.py
37-
${PYSITELIB}/texttestlib/default/batch/junitreport.pyc
38-
${PYSITELIB}/texttestlib/default/batch/junitreport.pyo
3939
${PYSITELIB}/texttestlib/default/batch/resultgraphs.py
4040
${PYSITELIB}/texttestlib/default/batch/resultgraphs.pyc
4141
${PYSITELIB}/texttestlib/default/batch/resultgraphs.pyo

devel/texttest/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.12 2023/03/13 13:47:08 schmonz Exp $
1+
$NetBSD: distinfo,v 1.13 2023/04/18 16:39:08 schmonz Exp $
22

3-
BLAKE2s (texttest-4.2.3.tar.gz) = d01635eaff61ed266149b1268473187c29e21f10d3a033a43b2b56ed7f6303cd
4-
SHA512 (texttest-4.2.3.tar.gz) = 0eb4786d16a712091e5a115db624eb387245cab856cac0299cf09244d50f67f51481286fa6e82462b969e553173d096cbb2f3b4032ecd4af6e3ebf1e5dc2e6e8
5-
Size (texttest-4.2.3.tar.gz) = 613549 bytes
3+
BLAKE2s (texttest-4.3.0.tar.gz) = e5c87e0dc0a68d6003b129e323c95d49814faaca4b31f5d3ff99503d0b0185cf
4+
SHA512 (texttest-4.3.0.tar.gz) = ae3bb1bc7fe86d3fb623fb722e57e8c64b12bacbbaa9c8a526e465486ca66ec870a957e2561fb8bc72668aad50a2a74d722d86cefe245c3d9c631a48a1993505
5+
Size (texttest-4.3.0.tar.gz) = 616056 bytes
66
SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5

0 commit comments

Comments
 (0)