refactored Gab scraper to use gabber instead of garc

This commit is contained in:
Tristan Lee
2022-03-30 08:05:10 -05:00
parent b805d50132
commit 1f99e52436
17 changed files with 82 additions and 71 deletions

View File

@@ -75,12 +75,18 @@ For developers, if changes are made to the package structure or additional modul
Testing
-------
The *cisticola* application uses pytest_ for unit testing. To run the test suite, run the following command from the package root directory:
The *cisticola* application uses pytest_ for unit testing. To run the full test suite, run the following command from the package root directory:
.. code-block::
pipenv run pytest
To run the test suite without archiving media (which can take a long time), run the following command from the package root directory:
.. code-block::
pipenv run pytest -m "not media"
Examples
--------