aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)Author
2024-02-05generate code for selected adaptive containersAria Shrimpton
2024-01-31attempt to detect when switching containers midway through would be betterAria Shrimpton
2024-01-31add test for set insertionAria Shrimpton
2024-01-25add docker imageAria Shrimpton
2024-01-23lintsAria Shrimpton
2024-01-23fixes for prime_sieveAria Shrimpton
2024-01-23add prime sieve testAria Shrimpton
2024-01-19feat(cli): compare real results against chosen assignmentAria Shrimpton
2023-12-08fix(primrose): fix code generation using opaque typesAria
this requires an unstable feature unfortunately, but is still preferable to Box<dyn> for now.
2023-11-30test: add benchmark for example_stack (for testing)Aria
2023-11-30test: remove old tests and fix one remaining oneAria
easier than changing them all, this is fine for now
2023-11-07refactor(all): shorter directory namesAria