Commit Graph

3 Commits

Author SHA1 Message Date
Ghanshyam Mann 2409d79d62 Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I4869426a4c39071a9e6d60c02ed13f8e5bb72536
2020-08-01 14:44:56 -05:00
Masayuki Igawa 856a9739da
Add files table
This commit adds 'files' table. This files table has coverage_id
column as a foreign key for the coverages table. And this commit also
adds a release note for it.

Change-Id: I8998a79a1ba79bbdab1cd79810cc85bcbccbe7d8
2017-03-08 18:39:32 +09:00
Dong Ma a4ff5c214f Add unit tests for shell.py
This commit try to add unit tests for shell.py. Also find a bug
in parse_args if not set the config file.

Change-Id: I73a80b238ec95073fc64698655c045fc88ba352a
2016-12-05 05:06:51 -08:00