Quickly should set up a simple unit test framework for apps
Bug #706434 reported by
Bryce Harrington
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Unittests can be instrumental in enabling effective QA for ongoing software projects. But many people don't bother writing them either out of laziness or ignorance.
If quickly includes a simple unittest framework with generated apps, it helps address the latter.
I'll attach a branch with a trivial example. It could certainly be expanded on.
Related branches
lp://staging/~bryce/quickly/template_tests
- Michael Terry (community): Needs Fixing
-
Diff: 36 lines (+26/-0)2 files modifieddata/templates/ubuntu-application/project_root/run-tests (+7/-0)
data/templates/ubuntu-application/project_root/tests/test_example (+19/-0)
lp://staging/~tony-badwolf/quickly/project_tests
- Michael Terry (community): Approve
-
Diff: 123 lines (+96/-1)4 files modifieddata/templates/ubuntu-application/project_root/tests/test_example.py (+22/-0)
data/templates/ubuntu-application/project_root/tests/test_lint.py (+29/-0)
data/templates/ubuntu-application/test.py (+43/-0)
debian/control (+2/-1)
Changed in quickly: | |
status: | New → In Progress |
Changed in quickly: | |
status: | In Progress → Fix Committed |
Changed in quickly: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.