Jahaja / psdash

A linux system information web dashboard using psutils and flask
Creative Commons Zero v1.0 Universal
2.42k stars 326 forks source link

simplify assertIn #53

Closed cs09g closed 9 years ago

cs09g commented 9 years ago
  1. Simplified self.assertIn()
  2. During 1st step, I mis-typed cores[0] to cpu -- changed
  3. During 2nd step, I used gedit and it made backup file automatically(*.py~) -- removed
Jahaja commented 9 years ago

Thanks!

Jahaja commented 9 years ago

If you're going to create a pull requests with changes to the tests. Please do actually run them to see if they work after the changes you've made. This PR was littered with typos.

I too should've run the tests before merging but expected this to be a trival change and assumed that you would've run the tests before making a PR. Now I know better.