Files
Enes Cakir e5b1efb9ca Move before_run to the base prog
When the destroy semaphore is increased, we want to hop to the destroy
label from any label. If the prog defines a before_run method, we call
it just before running each label. Some of these methods have custom
logic, but most of them are similar. To achieve 100% line coverage, we
test similar functionality repeatedly. I’ve moved this to the base
program. So, if the prog doesn’t override before_run and has a destroy
label and semaphore, we call this basic flow in all progs.

The custom logics in progs also follow similar patterns. We can
gradually move them to the base prog as well.
2025-02-07 22:05:25 +03:00
..
2025-01-20 09:17:23 -08:00
2025-01-20 09:17:23 -08:00
2024-12-14 11:48:31 +01:00
2025-01-20 09:17:23 -08:00
2025-01-31 14:24:34 +01:00
2025-02-07 22:05:25 +03:00
2025-01-19 08:53:54 -08:00
2025-01-22 10:00:25 -08:00