testing: migrate nomad/scheduler off of testify (#25968)

In the spirit of #25909, this PR removes testify dependencies from the scheduler
package, along with reflect.DeepEqual removal. This is again a combination of
semgrep and hx editing magic.

---------

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Piotr Kazmierczak
2025-06-04 09:29:28 +02:00
committed by GitHub
parent 34e96932a1
commit 648bacda77
18 changed files with 1306 additions and 1443 deletions

View File

@@ -29,3 +29,4 @@ rules:
paths:
include:
- "nomad/state/*_test.go"
- "nomad/scheduler/*_test.go"