Testing ======= Exporter has set of tests that it is supposed to pass. All tests are written using `pytest `_. Command for running the tests is `tox `_. Easy way how to run all tests is to run this command in `cloned Exporter repository `_. .. code-block:: bash $ tox # run all tests