~marco-giusti/virtualbrick/deb-package

« back to all changes in this revision

Viewing changes to virtualbricks/tests/__init__.py

MergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
__builtins__["_"] = str
12
12
TEST_THREADS = 0x01
13
13
TEST_DEPLOYMENT = 0x02
 
14
TEST_DATA_PATH = os.path.join(os.path.dirname(__file__), "data")
14
15
 
15
16
 
16
17
def should_test_threads():