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

From CDOT Wiki
Jump to: navigation, search
(Project Description)
(Project News)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Project Name ==
 
== Project Name ==
  
Sample Project -- This is a template only!
 
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=412083 Bugzilla Unit Tests Using Test::More]
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=412083 Bugzilla Unit Tests Using Test::More]
  
 
== Project Description ==
 
== Project Description ==
  
Add SQLite Support for Bugzilla. Then add unit tests using Test::More for every method in every object. For v.0.1-0.3 adding SQLite Support is a priority.
+
Add unit tests using Test::More for every method in every object. Create test documentation for the project.
  
 
== Project Leader(s) ==
 
== Project Leader(s) ==
  
Name(s) of primary people working on the project. If you want to join a project as leader, discuss with other leaders first. Include links to personal pages within wiki
+
[http://zenit.senecac.on.ca/wiki/index.php/User:Felis felis]
  
 
== Project Contributor(s) ==
 
== Project Contributor(s) ==
  
Name(s) of people casually working on the project, or who have contributed significant help. Include links to personal pages within wiki
+
If you worked with unit tests '''*documentation*''' in mozilla/bugzilla/eclipse/redhat projects please let me know, I have a couple questions.
  
NOTE: only Project Leader(s) should add names here.  You '''can’t''' add your own name to the Contributor list.
+
== 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)]
  
== Project Details ==
+
[https://bugzilla.mozilla.org/show_bug.cgi?id=337776 SQLite Support for Bugzilla (Depends On)]
  
Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them.
+
[https://bugzilla.mozilla.org/show_bug.cgi?id=278579 Major Architectural Improvements for Bugzilla Codebase (Blocks)]
  
 
== Project News ==
 
== Project News ==
  
This is where your regular updates will go. In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc.
+
--[[User:Felis|Felis]] 15:28, 18 September 2008 (UTC)
 +
  Just got confirmed last night!
 +
 
 +
--[[User:Felis|Felis]] 15:12, 23 September 2008 (UTC)
 +
  Talked to [http://www.bugzilla.org/developers/profiles.html 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.
 +
 
 +
--[[User:Felis|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
 +
 
 +
--[[User:Felis|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
  
Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.
+
--[[User:Felis|Felis]] 15:19, 14 October 2008 (UTC)
 +
  What's done so far
 +
      v0.1 is done (yes, happy Thanksgiving everyone!)
 +
      Details are [http://zenit.senecac.on.ca/wiki/index.php/Bugzilla::Keyword_Unit_Tests here]
 +
      and [https://bugzilla.mozilla.org/show_bug.cgi?id=412083 here]
 +
      and [http://felisfelis.blogspot.com/2008/10/how-i-spent-my-thanksgivingsummer.html here]

Latest revision as of 11:31, 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

--Felis 15:19, 14 October 2008 (UTC)

  What's done so far
     v0.1 is done (yes, happy Thanksgiving everyone!)
     Details are here
     and here
     and here