Skip to content

Commit

Permalink
Update to 4.3.0. From the changelog:
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
schmonz committed Apr 18, 2023
1 parent 0199d8d commit 744e5c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions devel/texttest/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.23 2023/03/13 13:47:08 schmonz Exp $
# $NetBSD: Makefile,v 1.24 2023/04/18 16:39:08 schmonz Exp $

DISTNAME= texttest-4.2.3
DISTNAME= texttest-4.3.0
GITHUB_TAG= ${PKGVERSION_NOREV}
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel python
Expand Down
8 changes: 4 additions & 4 deletions devel/texttest/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2022/09/28 18:10:41 schmonz Exp $
@comment $NetBSD: PLIST,v 1.8 2023/04/18 16:39:08 schmonz Exp $
bin/interpretcore
bin/texttest
${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
Expand Down Expand Up @@ -27,15 +27,15 @@ ${PYSITELIB}/texttestlib/default/batch/__init__.pyo
${PYSITELIB}/texttestlib/default/batch/batchutils.py
${PYSITELIB}/texttestlib/default/batch/batchutils.pyc
${PYSITELIB}/texttestlib/default/batch/batchutils.pyo
${PYSITELIB}/texttestlib/default/batch/externalreport.py
${PYSITELIB}/texttestlib/default/batch/externalreport.pyc
${PYSITELIB}/texttestlib/default/batch/externalreport.pyo
${PYSITELIB}/texttestlib/default/batch/imgsize.py
${PYSITELIB}/texttestlib/default/batch/imgsize.pyc
${PYSITELIB}/texttestlib/default/batch/imgsize.pyo
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.py
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.pyc
${PYSITELIB}/texttestlib/default/batch/jenkinschanges.pyo
${PYSITELIB}/texttestlib/default/batch/junitreport.py
${PYSITELIB}/texttestlib/default/batch/junitreport.pyc
${PYSITELIB}/texttestlib/default/batch/junitreport.pyo
${PYSITELIB}/texttestlib/default/batch/resultgraphs.py
${PYSITELIB}/texttestlib/default/batch/resultgraphs.pyc
${PYSITELIB}/texttestlib/default/batch/resultgraphs.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/texttest/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.12 2023/03/13 13:47:08 schmonz Exp $
$NetBSD: distinfo,v 1.13 2023/04/18 16:39:08 schmonz Exp $

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

0 comments on commit 744e5c0

Please sign in to comment.