Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream
Commits:
-
c282e103
by Phil Dawson at 2019-01-17T17:28:04Z
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 |
+"""
|
|
8 |
+ |
|
3 | 9 |
|
4 | 10 |
# Return a list of files relative to the given directory
|
5 | 11 |
def walk_dir(root):
|