d4d25dd784
Slightly improve examples
2026-03-04 08:05:49 +01:00
fcea18e820
Add a real-world example to the README
2026-03-04 07:48:26 +01:00
d8e758387c
Add partial change example
...
```git-check-assertions
sed -i 's/HEAD~/HEAD/' test/git-check-assertions.bats
run test/git-check-assertions.bats
assert_failure
assert_output --partial "Expected command to fail, but it succeeded."
```
2026-03-04 07:27:46 +01:00
66a30d61cf
Fix typo
2026-03-04 07:03:47 +01:00
4eadcbe437
Document the helper functions
2026-03-03 21:14:08 +01:00
523df74b72
Use the new functions in the README examples
2026-03-03 20:32:14 +01:00
a1ffb1abd4
Fix incorrect number in diff
2026-03-03 07:25:23 +01:00
1fb1fcc4fa
Add installation instructions
2026-03-03 07:16:29 +01:00
e9c8e3b35e
Use bats.withLibraries instead of submodules
2026-03-03 07:16:29 +01:00
e48e27fb52
Add helper modules for bats
...
According to these instructions:
https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation
2026-03-03 07:16:28 +01:00
4508d3f1b3
Make it possible to alter code inside of the bash script
2026-02-21 08:06:04 +01:00
f87d6bd4c8
Initial commit
2026-02-21 08:06:04 +01:00