Karma Riuk
|
2174781b77
|
using smart pointers instead of normal ones for
easier setup of tests (to call setup() multiple
times without leaks)
|
2025-07-11 11:16:16 +02:00 |
|
Karma Riuk
|
c65cefe867
|
extracted to a function the casting of the
different types to make tests cleaner
|
2025-07-09 11:07:21 +02:00 |
|
Karma Riuk
|
d10e5676c1
|
better use of fixtures for resource allocation and
dealocation
|
2025-07-08 15:45:38 +02:00 |
|
Karma Riuk
|
902f5a16df
|
using fixtures (not super necessary, but nice)
|
2025-07-08 10:58:51 +02:00 |
|
Karma Riuk
|
2dfff61346
|
using test suites
|
2025-07-08 10:48:35 +02:00 |
|
Karma Riuk
|
b98424aa5f
|
renamed let to let_stmt
|
2025-07-07 17:44:11 +02:00 |
|
Karma Riuk
|
7b916b2a0b
|
created the parser dir test to avoid having a
bunch of "unrelated" tests in one file
|
2025-07-07 17:20:21 +02:00 |
|