AC-FuSa-Tools / nav

navigate kernel database
GNU General Public License v2.0
3 stars 4 forks source link

Fixed testing #14

Closed lveyde closed 1 year ago

lveyde commented 1 year ago

Signed-off-by: Lev Veyde lveyde@gmail.com

tests were broken as it was previously returning:

$ go test -v testing: warning: no tests to run PASS ok nav 0.003s

after this fix we now get:

$ go test -v === RUN TestConfig --- PASS: TestConfig (0.00s) PASS ok nav 0.003s

alessandrocarminati commented 1 year ago

Hello, Just checked your PR:

$ quilt push -v
Applying patch patches/de9a080c264970391ddcde86c788f41114df6e0b.patch
patching file main_test.go
Hunk #1 FAILED at 62.
Hunk #2 succeeded at 52 (offset -25 lines).
1 out of 2 hunks FAILED -- rejects in file main_test.go
patching file t_files/test1.json
Hunk #1 FAILED at 7.
1 out of 1 hunk FAILED -- rejects in file t_files/test1.json
Restoring t_files/test1.json
Restoring main_test.go
Patch patches/de9a080c264970391ddcde86c788f41114df6e0b.patch does not apply (enforce with -f)
Restoring t_files/test1.json
Restoring main_test.go

The work is already there.

alessandrocarminati commented 1 year ago

Not moving forward.