352
edits
(→Avoid sleep() calls: sleep) |
(remove content) |
||
Line 123: | Line 123: | ||
* Name your variables with units. For example: timeout_in_seconds, width_in_pixels | * Name your variables with units. For example: timeout_in_seconds, width_in_pixels | ||
* Don't shorten variable names. A bad example: self.t_out_err_tim = 1000 instead of self.time_out_error_time | * Don't shorten variable names. A bad example: self.t_out_err_tim = 1000 instead of self.time_out_error_time | ||
== Making test multi-locale == | == Making test multi-locale == |
edits