Skip to content

squaresLab/Houston

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,428 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houston

Build Status Coverage Status

Awesome automated integration-test generation for robotic systems.

Getting Started

We strongly encourage installing houston within a Python virtual environment, created via virtualenv or pipenv). To (create and) enter a pipenv project for houston, execute the following:

$ pipenv shell (houston) $ ... 

Before installing houston, Z3 must be installed from source within the virtual environment:

(houston) $ git clone https://github.com/Z3Prover/z3 local-z3 (houston) $ cd local-z3 (houston) $ python scripts/mk_make.py (houston) $ cd build (houston) $ make install -j4 (houston) $ export PYTHONPATH="${PWD}/python:${PYTHONPATH}" 

Once Z3 is installed, houston can be installed via:

(houston) $ pip install . 

Executing a test case

import houston import bugzoo # we use BugZoo to provide an executable snapshot for the system under test bz = bugzoo.BugZoo() snapshot = bz.bugs['ardu:X'] # we produce a description of the system under test sut = houston.ardu.ArduRover(snapshot) # we generate a test case # ... # we # ... 

About

Automated system testing for autonomous vehicles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors