Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Rebased from project virt-trinity

Signed-off-by: Hao Liu <[email protected]>
  • Loading branch information
Hao-Liu committed Jul 13, 2015
0 parents commit 45cf050
Show file tree
Hide file tree
Showing 27 changed files with 2,416 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
340 changes: 340 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
DICE
======================

dice is a random testing framework.

Pre-requisites
==============


Quick Start
===========


Contact
=======

Any suggestion and hacking are welcome.

All bug reporting, issues and patches should be sent on:
[Github page](https://github.com/Hao-Liu/dice)

Further details and updates of the project in on the project website:
[Project website](https://github.com/Hao-Liu/dice)
1 change: 1 addition & 0 deletions dice/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.0.1'
Loading

0 comments on commit 45cf050

Please sign in to comment.