Ticket #1068 (closed todo: fixed)
Rename test files whose names are too similar
Reported by: | jkeenan | Owned by: | jkeenan |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | testing | Version: | 1.6.0 |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Currently we have both t/pmc/object.t and t/pmc/objects.t. The similarity of the names frustrates easy tab-expansion.
t/pmc/object.t is supposed to test the Object PMC. There's not much in it yet; this comment appears:
# L<PDD15/Object PMC API> ## TODO add more tests as this is documented and implemented
t/pmc/objects.t, on the other hand, has nearly 200 tests in it. Its purpose is described as "Tests the object/class subsystem."
Can anyone suggest better names for one of these two files?
Thank you very much.
kid51
Change History
Note: See
TracTickets for help on using
tickets.