Skip to content

squaresLab/Houston

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houston

Build Status Coverage Status

Awesome automated integration-test generation for robotic systems.

Getting Started

$ pip install . --upgrade

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

No packages published

Contributors 3

  •  
  •  
  •