./devel/texttest, Tool for text-based Approval Testing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.3.1nb2, Package name: texttest-4.3.1nb2, Maintainer: schmonz

TextTest is an open source tool for text-based functional testing. This
means running a program in lots of different ways from the command line,
and using the text output produced as a means of controlling the
behaviour of that application.


Required to run:
[x11/gtk3] [devel/py-gobject3] [lang/python37]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 601.948 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2023-12-11 22:41:07 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
texttest: update to 4.3.1. Changes:

New development:
- New knownbugs option to report as known bug even if all reruns fail
  (extra checkbox in the UI)

Bugfixes:
- Standard error files should always have highest display priority
  unless overridden (some tools truncate preview output and lose
  stacktraces etc)
- Make spin buttons reset correctly, irrespective of locale
- Removed very old hack that caused problems on Linux testing with
  UIs visible
- Fixes for AZ Devops integration - count Rejected/Removed bugs as
  completed, don't fail if Severity not present (so we can link to
  Features/User stories etc)
- Fixed selection of fastest/slowest tests (thanks Nils Olsson)
- Compatibility with Python 3.11
- Fix for partial approval of a test with custom test comparison
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-04-18 18:39:08 by Amitai Schleier | Files touched by this commit (3)
Log message:
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)