# PITEST

> An object oriented testing framework.

## Features

- Dynamic argument passing.

- Dependency tracking among tests.

- Test discovery.

## Code Samples

Please refer to `code-samples/` for usage examples.

## Documentation

- A high level overview is available at
[this google doc] (https://docs.google.com/document/d/14muI35G46pmNzxkAJXVadppMeyCJz9kq1TocW_4iIVE)

- A complete documentation of the scheduler used by pitest is

    ./doc/scheduler.md

## Unit Tests
Run the unit tests:

    ./run_unittests.py
