Skip to content
Commit c0d244ad authored by Moshe Weitzman's avatar Moshe Weitzman
Browse files

from the README

Description
------------------
A framework for running unit tests in Drupal.

Status
------------------
No tests have been written. This framework should work though.

Requirements
----------------

- Install the simpletest framework to a new directory called 'simpletest' right under Drupal root.
You can find it at http://www.lastcraft.com/simple_test.php

Install
-----------------------

- Copy this module package to your /modules directory
- Activate the simpletest.module
- Visit the admin/simpletest page

Simpletest hook
-----------------------

This module offers a new 'simpletest' hook. Modules implementing this hook should an array of paths which
point to test files. These paths should be relative to the /simpletest directory.

Writing Tests
-----------------------
Please write some tests. I'm a bit new at this and haven't decided on a worthy approach.

Author
---------------------
<Moshe Weitzman < weitzman at tejasa dot com >
parents
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment