1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 06:04:40 +03:00
forgejo/models/unittest
wxiaoguang ad13df36b7
Test query must have "order by" explicitly to avoid unstable results ()
The query must have the "ORDER BY", otherwise the result is not
deterministic.

Replace "interface{}" with "any" by the way.
2023-05-29 03:20:57 +00:00
..
consistency.go Use more specific test methods () 2023-04-22 17:56:27 -04:00
fixtures.go Enable forbidigo linter () 2023-04-24 05:50:58 -04:00
fscopy.go Use ErrInvalidArgument in packages () 2022-12-31 12:49:37 +01:00
reflection.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
testdb.go Implement actions artifacts () 2023-05-19 21:37:57 +08:00
unit_tests.go Test query must have "order by" explicitly to avoid unstable results () 2023-05-29 03:20:57 +00:00