Difference between revisions of "Bugzilla Unit Tests Using Test::More"

From CDOT Wiki
Jump to: navigation, search
(Project Contributor(s))
(Project Details)
Line 17: Line 17:
 
== Project Details ==
 
== Project Details ==
  
 +
[http://zenit.senecac.on.ca/wiki/index.php/Bugzilla::Keyword_Unit_Tests v0.1 Test Details and Cases]
  
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=412083 Unit tests (My Project)]
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=412083 Unit tests (My Project)]

Revision as of 11:17, 14 October 2008

Project Name

Bugzilla Unit Tests Using Test::More

Project Description

Add unit tests using Test::More for every method in every object. Create test documentation for the project.

Project Leader(s)

felis

Project Contributor(s)

If you worked with unit tests *documentation* in mozilla/bugzilla/eclipse/redhat projects please let me know, I have a couple questions.

Project Details

v0.1 Test Details and Cases

Unit tests (My Project)

SQLite Support for Bugzilla (Depends On)

Major Architectural Improvements for Bugzilla Codebase (Blocks)

Project News

--Felis 15:28, 18 September 2008 (UTC)

  Just got confirmed last night!

--Felis 15:12, 23 September 2008 (UTC)

  Talked to Max Kanat-Alexander last Friday on IRC. 
  Got a confirmation of the project. 
  Also it's officially confirmed that adding SQLite Support for Bugzilla won't be a part of the project.

--Felis 15:31, 23 September 2008 (UTC)

  My plans for deliverable v.0.1
     study Test::More perl module
     check CPAN for good test examples and study them
     study Bugzilla keyword module code
     write test documetation for unit tests for keyword module
     write actual tests

--Felis 15:08, 30 September 2008 (UTC)

  What's done so far
     installed, studied bugzilla, Test::More
     will write some test documentation this week
     also absolutely must study contributors' guide for bugzilla