Chromium Code Reviews| Index: recipe_engine/unittests/test.py |
| diff --git a/recipe_engine/unittests/test.py b/recipe_engine/unittests/test.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b3a2c0afb751a747e1d4ff9850110fb6ca04f46a |
| --- /dev/null |
| +++ b/recipe_engine/unittests/test.py |
| @@ -0,0 +1,8 @@ |
| + def foo(): |
|
martiniss
2016/10/13 22:54:13
What is this file for?
iannucci
2016/10/13 23:05:05
uhhh oops. didn't mean to include this.
|
| + bar() |
| + baz( |
| + A is |
| + |
| + B |
| + |
| + ) |