File: control

package info (click to toggle)
golang-github-viant-assertly 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: golang-github-viant-assertly
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Alois Micard <alois@micard.lu>,
 Roger Shimizu <rosh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 golang-github-stretchr-testify-dev,
 golang-github-viant-toolbox-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-viant-assertly
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-viant-assertly.git
Homepage: https://github.com/viant/assertly
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/viant/assertly

Package: golang-github-viant-assertly-dev
Architecture: all
Depends:
 golang-github-stretchr-testify-dev,
 golang-github-viant-toolbox-dev,
 ${misc:Depends}
Description: Arbitraty datastructure validation golang library
 Data structure testing library (assertly) for Go.
 .
 This library enables complex data structure testing, specifically:
   1. Realtime transformation or casting of incompatible data types
      with directives system.
   2. Consistent way of testing of unordered structures.
   3. Contains, Range, RegExp support on any data structure deeph level.
   4. Switch case directive to provide expected value alternatives based
   on actual switch/case input match.
   5. Macro system enabling complex predicate and expression evaluation,
 and customization.
 .
 Motivation This library has been created as a way to unify original
 testing approaches introduced to https://github.com/viant/dsunit
 and https://github.com/viant/endly