mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Add testutils; More consisten use of tags in all unit-testing packages
This commit is contained in:
parent
d44babdb48
commit
f339843a6f
@ -3205,7 +3205,7 @@
|
|||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"fuzzing",
|
"fuzzing",
|
||||||
"testing",
|
"unit-testing",
|
||||||
"hacking",
|
"hacking",
|
||||||
"security"
|
"security"
|
||||||
],
|
],
|
||||||
@ -5201,7 +5201,7 @@
|
|||||||
"url": "https://github.com/shaunc/cucumber_nim",
|
"url": "https://github.com/shaunc/cucumber_nim",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"testing",
|
"unit-testing",
|
||||||
"cucumber",
|
"cucumber",
|
||||||
"bdd"
|
"bdd"
|
||||||
],
|
],
|
||||||
@ -6538,6 +6538,23 @@
|
|||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-ttmath"
|
"web": "https://github.com/status-im/nim-ttmath"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "testutils",
|
||||||
|
"url": "https://github.com/status-im/nim-testutils",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"tests",
|
||||||
|
"unit-testing",
|
||||||
|
"integration-testing",
|
||||||
|
"compilation-tests",
|
||||||
|
"fuzzing",
|
||||||
|
"doctest"
|
||||||
|
],
|
||||||
|
"description": "A comprehensive toolkit for all your testing needs",
|
||||||
|
"license": "Apache License 2.0",
|
||||||
|
"web": "https://github.com/status-im/nim-testutils"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "nimbus",
|
"name": "nimbus",
|
||||||
"url": "https://github.com/status-im/nimbus",
|
"url": "https://github.com/status-im/nimbus",
|
||||||
@ -8122,8 +8139,7 @@
|
|||||||
"safety",
|
"safety",
|
||||||
"test",
|
"test",
|
||||||
"tests",
|
"tests",
|
||||||
"testing",
|
"unit-testing"
|
||||||
"unittest"
|
|
||||||
],
|
],
|
||||||
"description": "Design by Contract (DbC) library with minimal runtime.",
|
"description": "Design by Contract (DbC) library with minimal runtime.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9968,8 +9984,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"test",
|
"test",
|
||||||
"tests",
|
"tests",
|
||||||
"testing",
|
"unit-testing"
|
||||||
"unit"
|
|
||||||
],
|
],
|
||||||
"description": "A helper module for writing unit tests in Nim with nake or similar build system.",
|
"description": "A helper module for writing unit tests in Nim with nake or similar build system.",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
@ -15994,7 +16009,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"japanese",
|
"japanese",
|
||||||
"library",
|
"library",
|
||||||
"testing"
|
"unit-testing"
|
||||||
],
|
],
|
||||||
"description": "random Japanese name and address generator",
|
"description": "random Japanese name and address generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -16329,7 +16344,9 @@
|
|||||||
"url": "https://github.com/treeform/ptest",
|
"url": "https://github.com/treeform/ptest",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"test"
|
"tests",
|
||||||
|
"unit-testing",
|
||||||
|
"integration-testing"
|
||||||
],
|
],
|
||||||
"description": "Print-testing for nim.",
|
"description": "Print-testing for nim.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user