Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 55 additions & 16 deletions assert/assert_assertions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_assertions_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_examples_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_format.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_format_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_forward.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_forward_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_helpers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assert_helpers_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions assert/assert_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/doc-site/api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |

Find the assertion function you need for your data.
weight: 1
modified: 2026-01-02
modified: 2026-01-11
---

**Go testing assertions for the rest of us**
Expand Down Expand Up @@ -52,7 +52,7 @@ The `testify` API is organized in 18 domains shown below.

---

Generated with github.com/go-openapi/testify/v2/codegen
Generated with github.com/go-openapi/testify/codegen/v2

[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/testify/v2
[godoc-url]: https://pkg.go.dev/github.com/go-openapi/testify/v2
Expand All @@ -64,7 +64,7 @@ SPDX-FileCopyrightText: Copyright 2025 go-swagger maintainers
SPDX-License-Identifier: Apache-2.0


Document generated by github.com/go-openapi/testify/v2/codegen DO NOT EDIT.
Document generated by github.com/go-openapi/testify/codegen/v2 DO NOT EDIT.

Generated on 2026-01-02 (version v1.2.2-760-g97c29e3) using codegen version master [sha: 97c29e3dbfc40800a080863ceea81db0cfd6e858]
Generated on 2026-01-11 (version e6b0793) using codegen version v2.1.9-0.20260111152118-e6b0793ba519+dirty [sha: e6b0793ba519fb22dc1887392e1465649a5a95ff]
-->
8 changes: 4 additions & 4 deletions docs/doc-site/api/boolean.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Boolean"
description: "Asserting Boolean Values"
modified: 2026-01-02
modified: 2026-01-11
weight: 1
domains:
- "boolean"
Expand Down Expand Up @@ -121,7 +121,7 @@ True asserts that the specified value is true.

---

Generated with github.com/go-openapi/testify/v2/codegen
Generated with github.com/go-openapi/testify/codegen/v2

[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/testify/v2
[godoc-url]: https://pkg.go.dev/github.com/go-openapi/testify/v2
Expand All @@ -131,7 +131,7 @@ SPDX-FileCopyrightText: Copyright 2025 go-swagger maintainers
SPDX-License-Identifier: Apache-2.0


Document generated by github.com/go-openapi/testify/v2/codegen DO NOT EDIT.
Document generated by github.com/go-openapi/testify/codegen/v2 DO NOT EDIT.

Generated on 2026-01-02 (version v1.2.2-760-g97c29e3) using codegen version master [sha: 97c29e3dbfc40800a080863ceea81db0cfd6e858]
Generated on 2026-01-11 (version e6b0793) using codegen version v2.1.9-0.20260111152118-e6b0793ba519+dirty [sha: e6b0793ba519fb22dc1887392e1465649a5a95ff]
-->
8 changes: 4 additions & 4 deletions docs/doc-site/api/collection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Collection"
description: "Asserting Slices And Maps"
modified: 2026-01-02
modified: 2026-01-11
weight: 2
domains:
- "collection"
Expand Down Expand Up @@ -407,7 +407,7 @@ only the map key is evaluated.

---

Generated with github.com/go-openapi/testify/v2/codegen
Generated with github.com/go-openapi/testify/codegen/v2

[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/testify/v2
[godoc-url]: https://pkg.go.dev/github.com/go-openapi/testify/v2
Expand All @@ -417,7 +417,7 @@ SPDX-FileCopyrightText: Copyright 2025 go-swagger maintainers
SPDX-License-Identifier: Apache-2.0


Document generated by github.com/go-openapi/testify/v2/codegen DO NOT EDIT.
Document generated by github.com/go-openapi/testify/codegen/v2 DO NOT EDIT.

Generated on 2026-01-02 (version v1.2.2-760-g97c29e3) using codegen version master [sha: 97c29e3dbfc40800a080863ceea81db0cfd6e858]
Generated on 2026-01-11 (version e6b0793) using codegen version v2.1.9-0.20260111152118-e6b0793ba519+dirty [sha: e6b0793ba519fb22dc1887392e1465649a5a95ff]
-->
8 changes: 4 additions & 4 deletions docs/doc-site/api/common.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Common"
description: "Other Uncategorized Helpers"
modified: 2026-01-02
modified: 2026-01-11
weight: 18
domains:
- "common"
Expand Down Expand Up @@ -145,7 +145,7 @@ values are equal.

---

Generated with github.com/go-openapi/testify/v2/codegen
Generated with github.com/go-openapi/testify/codegen/v2

[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/testify/v2
[godoc-url]: https://pkg.go.dev/github.com/go-openapi/testify/v2
Expand All @@ -155,7 +155,7 @@ SPDX-FileCopyrightText: Copyright 2025 go-swagger maintainers
SPDX-License-Identifier: Apache-2.0


Document generated by github.com/go-openapi/testify/v2/codegen DO NOT EDIT.
Document generated by github.com/go-openapi/testify/codegen/v2 DO NOT EDIT.

Generated on 2026-01-02 (version v1.2.2-760-g97c29e3) using codegen version master [sha: 97c29e3dbfc40800a080863ceea81db0cfd6e858]
Generated on 2026-01-11 (version e6b0793) using codegen version v2.1.9-0.20260111152118-e6b0793ba519+dirty [sha: e6b0793ba519fb22dc1887392e1465649a5a95ff]
-->
8 changes: 4 additions & 4 deletions docs/doc-site/api/comparison.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Comparison"
description: "Comparing Ordered Values"
modified: 2026-01-02
modified: 2026-01-11
weight: 3
domains:
- "comparison"
Expand Down Expand Up @@ -329,7 +329,7 @@ Positive asserts that the specified element is strictly positive.

---

Generated with github.com/go-openapi/testify/v2/codegen
Generated with github.com/go-openapi/testify/codegen/v2

[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/testify/v2
[godoc-url]: https://pkg.go.dev/github.com/go-openapi/testify/v2
Expand All @@ -339,7 +339,7 @@ SPDX-FileCopyrightText: Copyright 2025 go-swagger maintainers
SPDX-License-Identifier: Apache-2.0


Document generated by github.com/go-openapi/testify/v2/codegen DO NOT EDIT.
Document generated by github.com/go-openapi/testify/codegen/v2 DO NOT EDIT.

Generated on 2026-01-02 (version v1.2.2-760-g97c29e3) using codegen version master [sha: 97c29e3dbfc40800a080863ceea81db0cfd6e858]
Generated on 2026-01-11 (version e6b0793) using codegen version v2.1.9-0.20260111152118-e6b0793ba519+dirty [sha: e6b0793ba519fb22dc1887392e1465649a5a95ff]
-->
Loading
Loading