toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Add a GitHub Action to run tox #137

Closed cclauss closed 6 months ago

cclauss commented 10 months ago

Test results: https://github.com/cclauss/restless/actions


py39-dj32-fl20: commands[0]> pytest --cov=restless
============================= test session starts ==============================
platform linux -- Python 3.9.18, pytest-7.4.4, pluggy-1.3.0
cachedir: .tox/py39-dj32-fl20/.pytest_cache
rootdir: /home/runner/work/restless/restless
plugins: cov-4.1.0
collected 91 items

tests/test_dj.py ...............                                         [ 16%]
tests/test_fl.py .....                                                   [ 21%]
tests/test_preparers.py ................                                 [ 39%]
tests/test_pyr.py .....                                                  [ 45%]
tests/test_resources.py ................................                 [ 80%]
tests/test_serializers.py ...                                            [ 83%]
tests/test_tnd.py ..............                                         [ 98%]
tests/test_utils.py .                                                    [100%]

======================= 91 passed, 11 warnings in 1.08s ========================
.pkg: _exit> python /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py39-dj32-fl20: OK (15.53=setup[13.66]+cmd[1.87] seconds)
  congratulations :) (15.71 seconds)