jferard / py4lo

Py4LO is a simple toolkit to help you write and include Python scripts in LibreOffice Calc spreadsheets.
GNU General Public License v3.0
5 stars 2 forks source link

Mocks #7

Closed jferard closed 6 years ago

jferard commented 7 years ago

Realted issue: in older versions of LO and Python (2.6), mocks are not part of the standard library. flexmock is a good alternative. How could we integrate flexmock in py4lo?

jferard commented 6 years ago

Drop python 2.6 support.