fimblo / generate-prompt

Simple prompt generator for bash
GNU General Public License v3.0
0 stars 0 forks source link

Add some unit tests? #2

Closed JensRantil closed 10 months ago

JensRantil commented 10 months ago

I noticed there are no tests. Maybe add some? Either unit tests in C, or considering something like https://github.com/bats-core/bats-core since this project integrates with the shell?

fimblo commented 10 months ago

This idea I like. Will definitely do this.

fimblo commented 10 months ago

I kept on putting it off until I simply had to have tests to be able to continue adding features. Even if it's a small program, it's getting too big to keep all details in my tiny brain :)

Thanks again for the tip! bats-core is useful.