forked from spotify/python-graphwalker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
22 lines (21 loc) · 912 Bytes
/
Copy pathcontrol
File metadata and controls
22 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-graphwalker
Section: devel
Priority: optional
Maintainer: Anders Eurenius <[email protected]>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://github.com/spotify/python-graphwalker
Vcs-Git: https://github.com/spotify/python-graphwalker.git
Vcs-Browser: http://github.com/spotify/python-graphwalker
Package: python-graphwalker
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: python-docopt
Suggests: python-pydot
Description: tool for testing based on finite state machine graphs.
Python-Graphwalker is a tool for testing based on finite state machine
graphs. Graphwalker reads FSMs specified by graphs, plans paths, calls model
methods by name from graph labels and reports progress and results.
.
While conceptually derived from the Graphwalker projectgw, (implemented in
java) this is a complete reimplementation from that initial concept.