Skip to content

A fully functional testing library for kotlin - still a working in progress

Notifications You must be signed in to change notification settings

EllianCarlos/gasoline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fee7c25 · Dec 26, 2024

History

12 Commits
Sep 8, 2024
Nov 19, 2024
Sep 8, 2024
Oct 4, 2024
Dec 26, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024

Repository files navigation

Gasoline

A Homemade test framework for native kotlin, multiplatform by default.

Running

To build the application from scratch just do:

nix build --impure

The impure flag is a tech debt of skill issues in nix, will fix it.

If you want to make development changes on an interactive terminal:

nix develop

Troubleshooting

Assertions never fails

This package uses assertions from kotlin.test, to enable this you need to run the application with the -ea in the JVM options.

About

A fully functional testing library for kotlin - still a working in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published