Commit Graph
33 Commits
Author SHA1 Message Date
Erik Brakkee ef0ef6e215 preserving ordering in arrays. 2025-01-10 19:38:43 +01:00
Erik Brakkee 56844a3c24 can now also merge resources and do a symmetric diff. 2025-01-07 22:07:31 +01:00
Erik Brakkee f52507aa8f Merge branch 'main' of https://git.wamblee.org/public/gotools 2025-01-07 09:29:13 +01:00
Erik Brakkee 191c32b743 before merging in essential fixes. 2025-01-07 09:27:12 +01:00
erik 0f8c2f7666 Merge branch 'main' of https://git.wamblee.org/public/gotools 2025-01-07 09:22:04 +01:00
erik 677f7d57ba fixed issue where nested was lost an in general nested maps did not
work.
2025-01-07 09:20:15 +01:00
Erik Brakkee ec7a29598d added go.sum (by go mod tidy) 2025-01-06 16:13:30 +01:00
erik 47bb4af991 added install option to Makefile 2024-12-25 00:10:11 +01:00
erik 1adc47377f added option for configuring the output for arrays. 2024-12-25 00:08:36 +01:00
erik ebd2bc41d4 yamldiff updates with better array diff 2024-12-24 23:27:56 +01:00
erik 3a6a913ef2 yamldiff re-implementation in go 2024-12-24 22:39:09 +01:00
erik 03a1a4e132 adding build info 2024-12-24 22:38:49 +01:00
erik b71e4db7db failures not counted correctly in some cases.
Summary output added.
2024-12-13 22:24:18 +01:00
erik 0a4ed3a95f First version of a tool to list used dependencies and their licenses. 2024-11-24 23:27:55 +01:00
erik f269c95ce4 fixing illegal chars (just in case), copied from go-junit-report v0.0.11 2024-11-22 22:56:30 +01:00
erik 3ce73b8db9 fixed problem with testcase test v0.0.10 2024-11-22 22:45:58 +01:00
erik fe733f96d6 simplification and elapsed time now available everywhere. v0.0.9 2024-11-22 22:42:02 +01:00
erik 7cf5827f22 added time v0.0.8 2024-11-22 22:03:23 +01:00
erik 09fd2cb2a4 simple testcase names v0.0.6 v0.0.7 2024-11-22 21:50:28 +01:00
erik 74383ddcc0 added a prefix option to separate test results 2024-11-22 21:34:52 +01:00
erik e20795e7b9 no more duplication of test suites.
Parsing the test tree and deciding in the marsheller whether it is a
testcase (leaf) or a suite (non-leaf)
v0.0.5
2024-11-22 20:59:23 +01:00
erik 36563f55fb avoid duplicate testsuites for everyt line of output 2024-11-20 23:42:06 +01:00
erik bfbf24a6c4 reintroducing nesting. 2024-11-20 23:35:05 +01:00
erik e0207bab2a now using classname in testcases to refer to the testsuite 2024-11-20 23:25:27 +01:00
erik 37f4359dcb now forcing the orot name of the output to be correct 2024-11-20 22:32:49 +01:00
erik befec17e06 testing autoupdate 2024-11-20 22:19:24 +01:00
erik 220b73dc49 now writing each TestSuite to a separate file 2024-11-20 22:15:44 +01:00
erik d97ffd7fea root element rename to testsuite v0.0.4 2024-11-20 21:54:52 +01:00
erik 18d362c926 now can also read from stdin v0.0.3 2024-11-20 21:29:35 +01:00
erik 8a2c4757b9 first working version. v0.0.1 v0.0.2 2024-11-20 21:13:17 +01:00
erik 7643f37b73 initial version of CLI 2024-11-20 18:47:02 +01:00
root 991739b1ea change 2024-11-20 18:37:40 +01:00
erik 47df0cc2d9 first commit 2024-11-20 18:36:59 +01:00