#  tests for python-snappy-0.6.1-py311h6a678d5_0 (this is a generated file);
print('===== testing package: python-snappy-0.6.1-py311h6a678d5_0 =====');
print('running run_test.py');
#  --- run_test.py (begin) ---
import snappy

s = u"this is a very very basic correctness test".encode('utf-8')
assert snappy.uncompress(snappy.compress(s)) == s
#  --- run_test.py (end) ---

print('===== python-snappy-0.6.1-py311h6a678d5_0 OK =====');
print("import: 'snappy'")
import snappy

