Commit graph

3 commits

Author SHA1 Message Date
Niels Boehm
0f4ecc6ccc Use and test syntax against None in all_tests.
Comparing against 0 or just testing the truthiness is suboptimal, as you
lose the ability to explicitly set the syntax to CS_OPT_SYNTAX_DEFAULT
or 0.

Also, using None to mean "don't change" or other "here is no value"
interpretations is much more pythonic than the C-idiomatic 0.
2016-06-13 12:25:24 +02:00
Nguyen Anh Quynh
4d7d5c13a1 python: support newly added MASM syntax 2015-08-09 10:52:43 -07:00
Nguyen Anh Quynh
1319f0c6d7 python: rename test.py to test_basic.py 2015-06-03 22:14:59 +08:00
Renamed from bindings/python/test.py (Browse further)