Programming, Life-style, Random

Tag: Testing

  • Running Android Unit Tests before Git Push

    This is a quick note about a Git hook I use to double check that everything is fine before pushing to our remote Git repo. This covers a paranoid scenario, I know, but sometimes a refactoring can go wrong and lose pieces between production code and tests: every now and then, one of my tests…

    Read all

Go to top