BugZoo
A Python framework for studying historical software faults.
Navigation
Python API
CLI Reference
Contributing
File Format (v1.0)
Frequently Asked Questions
Quick search
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
_
__contains__() (ContainerManager method)
(FileLineSet method)
__delitem__() (ContainerManager method)
__getitem__() (BugManager method)
(ContainerManager method)
(SourceManager method)
(Spectra method)
(TestSuite method)
(TestSuiteCoverage method)
__init__() (BugZoo method)
(Client method)
__iter__() (BugManager method)
(ContainerManager method)
(FileLineSet method)
(SourceManager method)
(Spectra method)
(TestSuite method)
A
add() (SourceManager method)
ArgumentNotSpecified (class in bugzoo.exceptions)
B
BadCoverageInstructions (class in bugzoo.exceptions)
BadManifestFile (class in bugzoo.exceptions)
Bug (class in bugzoo.core.bug)
BugAlreadyBuilt (class in bugzoo.exceptions)
BugAlreadyExists (class in bugzoo.exceptions)
BugManager (class in bugzoo.client.bug)
BugNotFound (class in bugzoo.exceptions)
BugNotInstalledError (class in bugzoo.exceptions)
bugs (BugZoo attribute)
(Client attribute)
BugZoo (class in bugzoo.manager)
bugzoo.client
module
bugzoo.client.bug
module
bugzoo.client.container
module
,
[1]
bugzoo.cmd
module
bugzoo.core.bug
module
bugzoo.core.container
module
bugzoo.core.coverage
module
,
[1]
bugzoo.core.fileline
module
bugzoo.core.patch
module
bugzoo.core.spectra
module
bugzoo.core.test
module
bugzoo.exceptions
module
bugzoo.manager
module
BugZooException (class in bugzoo.exceptions)
build() (BugManager method)
C
check() (TestCaseOracle method)
Client (class in bugzoo.client)
code (ExecResponse attribute)
command (TestCase attribute)
ConnectionFailure (class in bugzoo.exceptions)
Container (class in bugzoo.core.container)
ContainerManager (class in bugzoo.client.container)
,
[1]
ContainerNotFound (class in bugzoo.exceptions)
containers (Client attribute)
context (TestCase attribute)
D
download() (BugManager method)
duration (ExecResponse attribute)
(TestOutcome attribute)
E
ef (LineSpectra attribute)
ep (LineSpectra attribute)
exec() (ContainerManager method)
ExecResponse (class in bugzoo.cmd)
expected_outcome (TestCase attribute)
F
FailedToComputeCoverage (class in bugzoo.exceptions)
FileLine (class in bugzoo.core.fileline)
FileLineSet (class in bugzoo.core.fileline)
filename (FileLine attribute)
FileNotFound (class in bugzoo.exceptions)
files (Client attribute)
files() (Patch property)
from_dict() (Container static method)
(ExecResponse static method)
from_unidiff() (Patch class method)
H
harness (Bug attribute)
I
id (Container attribute)
ImageAlreadyExists (class in bugzoo.exceptions)
ImageBuildFailed (class in bugzoo.exceptions)
ImageNotInstalled (class in bugzoo.exceptions)
is_alive() (ContainerManager method)
is_installed() (BugManager method)
K
kill_after (TestCase attribute)
L
LineSpectra (class in bugzoo.core.spectra)
M
module
bugzoo.client
bugzoo.client.bug
bugzoo.client.container
,
[1]
bugzoo.cmd
bugzoo.core.bug
bugzoo.core.container
bugzoo.core.coverage
,
[1]
bugzoo.core.fileline
bugzoo.core.patch
bugzoo.core.spectra
bugzoo.core.test
bugzoo.exceptions
bugzoo.manager
N
name (TestCase attribute)
NameInUseError (class in bugzoo.exceptions)
nf (LineSpectra attribute)
NoCoverageInstructions (class in bugzoo.exceptions)
np (LineSpectra attribute)
num (FileLine attribute)
O
oracle (TestCase attribute)
output (ExecResponse attribute)
P
passed (TestOutcome attribute)
Patch (class in bugzoo.core.patch)
path (BugZoo attribute)
provision() (ContainerManager method)
R
register() (BugManager method)
remove() (SourceManager method)
S
shutdown() (Client method)
SourceAlreadyRegisteredWithURL (class in bugzoo.exceptions)
SourceManager (class in bugzoo.manager)
SourceNotFoundWithName (class in bugzoo.exceptions)
SourceNotFoundWithURL (class in bugzoo.exceptions)
sources (BugZoo attribute)
Spectra (class in bugzoo.core.spectra)
T
TestCase (class in bugzoo.core.test)
TestCaseOracle (class in bugzoo.core.test)
TestCoverage (class in bugzoo.core.coverage)
TestNotFound (class in bugzoo.exceptions)
TestOutcome (class in bugzoo.core.test)
TestSuite (class in bugzoo.core.test)
TestSuiteCoverage (class in bugzoo.core.coverage)
time_limit (TestCase attribute)
to_dict() (Container method)
(ExecResponse method)
ToolNotFound (class in bugzoo.exceptions)
tools (BugZoo attribute)
U
UnexpectedResponse (class in bugzoo.exceptions)
UnexpectedServerError (class in bugzoo.exceptions)
UnexpectedStatusCode (class in bugzoo.exceptions)
uninstall() (BugManager method)
update() (SourceManager method)
upload() (BugManager method)