Fri Mar 24 22:43:26 2006

Ticket #26 (Closed: fixed)

func_names -> funcNames


Priority: normal Reporter: jpellerin
Severity: minor Assigned to: jpellerin
Component: nose Status: closed
Version: 0.9a1 Resolution: fixed
Milestone: 0.9a1 Keywords: refactor

Description by jpellerin:

Much as I hate camelCase, unittest uses it and some overridden methods must use it, so for consistency, everythingShouldLookLikeThis.

Changelog

Sun Mar 26 22:49:07 2006: Modified by jpellerin

  • resolution set to fixed
  • status changed from new to closed

Implemented in [14]. The rules:

  • All attributes (including methods) are camelCase
  • Nothing else is camelCase