summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/docs/mozfile.rst
blob: 3ab5492e90f5368723071edd657af6317129ca37 (plain)
1
2
3
4
5
6
7
8
9
:mod:`mozfile` --- File utilities for use in Mozilla testing
============================================================

mozfile is a convenience library for taking care of some common file-related
tasks in automated testing, such as extracting files or recursively removing
directories.

.. automodule:: mozfile
   :members: extract, extract_tarball, extract_zip, move, remove