Commit graph

13 commits

Author SHA1 Message Date
58f6646c6e chore: add back a test wrongly removed in merge
Some checks failed
cargo devel CI / cargo CI (push) Failing after 3m11s
2024-08-07 15:01:11 +02:00
f63c3d0449 Merge branch 'devel' into feat/naive
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-08-07 15:00:32 +02:00
0a59059873 test: remove predetermined tests, solver changes too often and there are better ways to test the solver
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m10s
2024-08-07 14:59:43 +02:00
32034c9c07 fix: regression fixes and clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m41s
2024-08-07 14:44:56 +02:00
38d484fb5e test(naive): test that the naive solver should win it's games
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m55s
2024-08-03 20:16:26 +02:00
5f8c92de47 refactor(evaluation): fix yet another evaluation bug by refactoring
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m49s
2024-08-03 20:07:15 +02:00
af1a2ee36c fix(evaluation): added more evaluation tests and fixed #21
Some checks failed
cargo devel CI / cargo CI (push) Failing after 2m12s
2024-08-03 18:51:53 +02:00
05197181d0 test(game): test the evaluation
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m50s
2024-08-02 17:37:50 +02:00
18a5125028 fix(evaluation): evaluation did not get built from string correctly #9
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
2024-07-25 14:48:16 +02:00
500e99d8ee chore: fix typo in test name
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-25 13:24:01 +02:00
5a5757b071 chore: fix warnings in tests
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-24 12:00:52 +02:00
0c90f874b3 test: add test to check manual guessing
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m38s
2024-07-24 11:58:03 +02:00
0c4adba682 test(solve): add test cases for naive and stupid solver
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
2024-07-23 11:23:17 +02:00