Log of /drupal/modules/simpletest/simpletest.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 17 21:24:18 2009 UTC
(9 days, 16 hours ago)
by
dries
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.14: +2 -1 lines
Diff to
previous 1.14
- Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work!
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 21 06:52:40 2009 UTC
(2 months ago)
by
dries
Branch:
MAIN
Changes since
1.11: +3 -3 lines
Diff to
previous 1.11
- Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 17 20:32:30 2009 UTC
(3 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.8: +2 -1 lines
Diff to
previous 1.8
- Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 17 06:08:47 2009 UTC
(3 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.7: +2 -1 lines
Diff to
previous 1.7
- Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 9 22:51:40 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.2: +2 -1 lines
Diff to
previous 1.2
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 6 12:18:50 2008 UTC
(18 months, 3 weeks ago)
by
dries
Branch:
MAIN
CVS Tags:
DRUPAL-7-0-UNSTABLE-1
Changes since
1.1: +2 -1 lines
Diff to
previous 1.1
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 20 18:23:29 2008 UTC
(19 months, 1 week ago)
by
dries
Branch:
MAIN
- Added a test framework to Drupal along with a first batch of tests for
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.