SEBA-282 xosgenx filtering by app or model;
provide a default argument class for XOSProcessor;
remove tabs;
rename unit tests missed by nose2
Change-Id: I07b782982b6733f8828b8a5a72807326f430b1a5
diff --git a/lib/xos-genx/xos-genx-tests/helpers.py b/lib/xos-genx/xos-genx-tests/helpers.py
index ca73402..ae52076 100644
--- a/lib/xos-genx/xos-genx-tests/helpers.py
+++ b/lib/xos-genx/xos-genx-tests/helpers.py
@@ -21,9 +21,8 @@
TMP_TARGET_PATH = os.path.join(OUTPUT_DIR, 'tmp.xtarget')
-# Store in this class the args to pass at the generator
-class FakeArgs:
- verbosity=0
+# Passed around in various security / validation checks
+class FakeObject:
pass
class XProtoTestHelpers: