Commit Graph

5 Commits

Author SHA1 Message Date
Isaac A. Murchie
be967320c2 sample-code: fix python sample (#13107) 2019-08-22 07:57:13 -05:00
Mori Atsushi
bdb234db9e fix: sample codes in python (#13091) 2019-08-18 21:28:04 +09:00
Isaac A. Murchie
eb4ddafc36 Update python sample code (#12681) 2019-05-23 09:37:40 -04:00
Kazuaki Matsuo
906350fd33 update sample apk (#12380) 2019-03-25 09:29:17 -07:00
Kazuaki Matsuo
cd12ed9a51 Add python sample code (#11208)
* add initial python sample

* add all of ios and android tests

* apply formatter

* add >=0.28 to avoid version error

* tweak versions of default OS

* convert some tests to unittest based ones

* use single quote mainly

* use {} format style for string

* use format syntax

* apply format and tweak assertions

* use is None

* use assert raise

* speficy a number of elements

* tweak exception

* move app path to helper

* tweak assertion conditions

* remove .close since with open() close file automatically
2018-08-22 11:48:58 -07:00