cryo.py: A simple python DB persistence library.
Project description
Please read the INSTALL file before running these commands.
See [EXAMPLE docs/example.py] for an example
To run tests install proctor and coverage
{{{
sudo easy_install -U Proctor
sudo easy_install -U coverage
}}}
The run:
{{{
proctorbatch cryo
}}}
To see coverage statistics:
{{{
find cryo -name "*.py" | egrep -v "(__init__|tests)" | xargs coverage -r -m
}}}
See [EXAMPLE docs/example.py] for an example
To run tests install proctor and coverage
{{{
sudo easy_install -U Proctor
sudo easy_install -U coverage
}}}
The run:
{{{
proctorbatch cryo
}}}
To see coverage statistics:
{{{
find cryo -name "*.py" | egrep -v "(__init__|tests)" | xargs coverage -r -m
}}}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cryo-0.1.tar.gz
(10.0 kB
view hashes)