about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags45log stats plain blame
-rw-r--r--LICENSE1120log stats plain blame
-rw-r--r--Makefile1209log stats plain blame
-rw-r--r--README904log stats plain blame
-rw-r--r--TODO106log stats plain blame
-rw-r--r--client.c7536log stats plain blame
-rw-r--r--config.mk652log stats plain blame
-rw-r--r--draw.c4718log stats plain blame
-rw-r--r--dwm.11150log stats plain blame
-rw-r--r--dwm.h3281log stats plain blame
-rw-r--r--dwm.html3987log stats plain blame
-rw-r--r--dwm.png387log stats plain blame
-rw-r--r--event.c5818log stats plain blame
-rw-r--r--key.c3992log stats plain blame
-rw-r--r--main.c7339log stats plain blame
-rw-r--r--screen.c1524log stats plain blame
-rw-r--r--util.c943log stats plain blame
ss="o">= raise_ok self.assertRaises(OK, self.ui.finalize) widget.__clear__() widget.press = raise_ok random_key = 123 self.assertRaises(OK, self.ui.handle_key, random_key) widget.__clear__() widget.destroy = raise_ok self.assertRaises(OK, self.ui.destroy) widget.__clear__() if __name__ == '__main__': unittest.main()