Revision ecab1481c2369f2a6b463b8fc34f993edb3bfd12 authored by Johnny.H on 11 August 2020, 22:35:03 UTC, committed by GitHub on 11 August 2020, 22:35:03 UTC
* Fix cannot print log message by chance.

Print log message does not need to make sure test runner process is running.

* Fix: Sometimes error msg is not printed as Error log level

* Disable mac os text ctrl smart input char replace

* Fix invalid cases selection bug

here's the reproduce step:

1. select one case, and run
2. go to text edit and apply some changes
3. the case will become unchecked
4. click run, you'll find that case is still selected

* Remove useless import

* Update CHANGELOG

* Update CHANGELOG

* Update CHANGELOG

Co-authored-by: Hélio Guilherme <helioxentric@gmail.com>
1 parent 4579990
History
File Mode Size
doc
rtest
src
tools
utest
.appveyor.yml -rw-r--r-- 1.5 KB
.gitattributes -rw-r--r-- 11 bytes
.gitignore -rw-r--r-- 150 bytes
.travis.yml -rw-r--r-- 836 bytes
.whitesource -rw-r--r-- 137 bytes
AUTHORS.txt -rw-r--r-- 549 bytes
BUILD.rest -rw-r--r-- 6.1 KB
CHANGELOG.adoc -rw-r--r-- 4.5 KB
COPYRIGHT.txt -rw-r--r-- 607 bytes
LICENSE.txt -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 230 bytes
README.adoc -rw-r--r-- 2.4 KB
README.rest -rw-r--r-- 2.0 KB
requirements-dev.txt -rw-r--r-- 131 bytes
requirements.txt -rw-r--r-- 253 bytes
rfgen.py -rw-r--r-- 35.5 KB
robot.bmp -rw-r--r-- 118.2 KB
setup.cfg -rw-r--r-- 162 bytes
setup.py -rw-r--r-- 3.3 KB
tasks.py -rw-r--r-- 17.0 KB
test_all.sh -rwxr-xr-x 877 bytes
tox.ini -rw-r--r-- 256 bytes

README.adoc

back to top