When I run bin/behat features/git, I'm seeing two tests that aren't on the spreadsheet, both of which have unimplemented step definitions. I made the spreadsheet based on the tests which existed in git6site, so I'm not sure what the status of these to is after all the file reorganization.
features/git/sandbox_promote.feature
/**
* @Given /^I see the project title$/
*/
public function iSeeTheProjectTitle() {
throw new PendingException();
}
features/git/project_nodes_your_project_releases.feature
/**
* @When /^I create a "([^"]*)"$/
*/
public function iCreateA($arg1) {
throw new PendingException();
}
Comments
Comment #1
eliza411 commentedWorth noting, there are 152 .feature files in the 7.x branch and 135 in the 6.x branch. We should track down those 18 additional files, which were probably consolidated into other files in 6.x.
Comment #2
eliza411 commentedSetting to needs work so it will show up on your radar - let me know if one of you can look into this.
Comment #3
kssundar commentedDid some cleanups to 7.x branch.
http://drupalcode.org/project/doobie.git/commit/a5baa31
http://drupalcode.org/project/doobie.git/commit/c9661e4
http://drupalcode.org/project/doobie.git/commit/5dee0e3
Few more changes to come by
Comment #4
eliza411 commentedWhat I see here looks good. I removed the last four files in commit 6a6865d97
< /features/project/create_full_projects.feature
34d32
< /features/project/create_sandbox_projects.feature
97d94
< /features/drupalorg/homepage_preference.feature
108d104
< /features/drupalorg/modules.feature
Comment #5
eliza411 commented