Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream
Commits:
-
d0e80332
by Phil Dawson at 2019-01-17T15:29:37Z
1 changed file:
Changes:
1 | 1 |
import os
|
2 | 2 |
|
3 |
+"""
|
|
4 |
+Integration - tools for inpecting the output of plugin integration tests
|
|
5 |
+========================================================================
|
|
6 |
+ |
|
7 |
+"""
|
|
3 | 8 |
|
4 | 9 |
# Return a list of files relative to the given directory
|
5 | 10 |
def walk_dir(root):
|