https://bz.apache.org/bugzilla/show_bug.cgi?id=58087

--- Comment #18 from Nick Burch <[email protected]> ---
The IP Clearance has passed (well, a week or so ago, but I've only just
remembered to update the site...)

You are now clear to go ahead and import the code from Github + update the
license headers

Test coverage wise, we tend to test
problematic/complex/confusing/key/heavily-reused parts of the code with "true"
code-level unit tests. Most other parts get tested by doing
create/save/load/read or load/modify/save/load/read or read/check type
unit/basic-integration tests. 

Creating a handful of small test files touching key areas of functionality,
then adding read+check and read+text-extract tests is probably the quickest way
to increase coverage. Then look at using those for read+change+save+read+check
tests, and if possible later create+save+"ensure roughly the same as this other
one" tests!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to