summaryrefslogtreecommitdiffstats
path: root/bin/check-missing-unittests.py
Commit message (Collapse)AuthorAgeFilesLines
* check-missing-unittests: add drawingmlXisco Fauli2020-11-211-1/+5
| | | | | | | Change-Id: If469d6400fc04c816e4748cbea65014a284eeb93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106272 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* check-missing-unittests: use regex and simplify codeXisco Fauli2020-11-031-11/+4
| | | | | | | Change-Id: Ica37de1adad0e97d1efd5f3f699d570af97ca90e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105188 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* check-missing-unittests: Add date to the output and...Xisco Fauli2020-06-301-13/+31
| | | | | | | | | check for writer undo and calc interpreter missing tests Change-Id: Ic891f3585eb96eda3c9c6ab4d012cd03d324df54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96436 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* check-missing-unittests: Add xhtml, html and doc formatsXisco Fauli2020-05-141-2/+20
| | | | | | | Change-Id: Ia4d7cf5c10f92a6d69b0d5e8247d8b844b17c62f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93041 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>
* bin: Add script to find missing unittests based on git logXisco Fauli2020-04-151-0/+119
First iteration: look for docx, xlsx and pptx export commits print to wiki format Change-Id: I05770b096c55b6faa39d34a8fd39768a4d7fe5b1 Change-Id: I0f19a73183b482bf0e19af0314c72f2ea9f25544 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91910 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>