From 0e68bac85293e2d60fa6db3e46de8b74ab5d502b Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 30 Mar 2013 22:10:48 +0100 Subject: set up python unit test infrastructure Extract boostraping code from convwatch.py to unotest.py. Use python builtin unittest module as unit test framework. Specify the unit test modules in make file. Another option would be to use discover mode of unittest module. Add __pycache__ to global .gitignore to keep the source directory clean. Another option would be to deliver the unit tests to workdir prior to test execution. Currently only system python3 is supported. Change-Id: I2692817673f786e950e1176a17c7675f989755b6 Reviewed-on: https://gerrit.libreoffice.org/3214 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8e1dea9c88cf..e666c0ec53f9 100644 --- a/.gitignore +++ b/.gitignore @@ -75,5 +75,6 @@ /solenv/gdb/libreoffice/*.pyo /solenv/gdb/libreoffice/util/*.pyo /moz/zipped/*.zip +__pycache__ -- cgit