Zerobase Dev Blog

コードネームYentry

Entries from 2013-02-23 to 1 day

Feather's Rules for Unit Tests

Michael Feathers writes: A test is not a unit test if: It talks to the database It communicates across the network It touches the file system It can't run at the same time as any of your other unit tests You have to do special things to yo…