A follow-on to: http://drupal.org/node/29706?page=1

Functional tests should already be in user-module-related tests (need to check), so this will focus on unit tests for the new .inc file.

Note - waiting on final resolution of: http://drupal.org/node/237959

Comments

boombatower’s picture

Status: Active » Postponed

To be consistent with other issue of this nature I'm marking this postponed.

boombatower’s picture

Project: SimpleTest » Drupal core
Version: » 7.x-dev
Component: Code » simpletest.module
Status: Postponed » Needs work

Once the convention for include files is figured out this can be completed. http://groups.drupal.org/node/11020 Which should just decide on where to but include file tests. So far I believe it is includes/tests/[name_of_file].test.

Otherwise we aren't going to do unit testing in the manor originally being planned so this work can commence.

These tests need updating and completion.

pwolanin’s picture

Status: Needs work » Postponed

I need to update the password framework to account for the registry.

Also, in a sense, password handling is already tested implicitly since otherwise the login probably fails.

pwolanin’s picture

boombatower’s picture

Component: simpletest.module » tests
damien tournoud’s picture

Title: unit tests for password.inc » TestingParty08: unit tests for password.inc
Status: Postponed » Active
Steven Merrill’s picture

Component: tests » user system
Assigned: Unassigned » Steven Merrill
Steven Merrill’s picture

Assigned: Steven Merrill » Unassigned

I'm going to go ahead and start with something a little easier.

dave reid’s picture

Status: Active » Closed (duplicate)

Merging this issue into #276428: Tests needed: password.inc since there has been more progress on tests there.