auth

Paddy 2015-01-19 Parent:e000b1c24fc0 Child:163ce22fa4c9

128:23c1a07c8a61 Go to Latest

auth/session_test.go

Add our BUG notices. Rather than keeping the list of things to implement or test on sticky notes attached to my monitor, let's give them BUG designations within the code. Now `godoc . bugs` will list them out for us. Isn't that nice?

History
     1.1 --- a/session_test.go	Mon Jan 19 06:01:51 2015 -0500
     1.2 +++ b/session_test.go	Mon Jan 19 06:42:42 2015 -0500
     1.3 @@ -95,3 +95,6 @@
     1.4  		}
     1.5  	}
     1.6  }
     1.7 +
     1.8 +// BUG(paddy): We need to test the CreateSessionHandler.
     1.9 +// BUG(paddy): We need to test the credentialsValidate function.