Notgnoshi / herostratus

An ancient Greek known for seeking fame through crime and destruction. Also a Git repository achievements engine.
MIT License
0 stars 0 forks source link

Bootstrap test fixtures and integration tests #15

Closed Notgnoshi closed 6 months ago

Notgnoshi commented 6 months ago

Closes #13 Closes #4 Closes #12

Additionally, add the test/simple branch with

git checkout --orphan test/simple
git rm -rf .
for i in `seq 0 4`; do
    git commit --allow-empty -m "test/simple: $i"
done