Add a basic testing framework using Vagrant.

This commit is contained in:
2013-11-06 23:24:36 +00:00
parent 49ccea5e77
commit 0d10a77ad2
7 changed files with 62 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
from .meta import Meta
from .hooks import *
from .server import Server
from .server import Server
__version__ = '0.1.0'