Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 427 Bytes

File metadata and controls

16 lines (11 loc) · 427 Bytes

Kernel Component

Kernel provides the building blocks to create flexible and fast frameworks.

Resources

You can run the unit tests with the following command:

$ cd path/to/pymfony/component/kernel/
$ curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
$ python virtualenv.py vendor
$ vendor/bin/pip install -r requirements.txt -e . nose
$ vendor/bin/nosetests