resources_api
resources_api copied to clipboard
Flask API for programming and cyber security learning resources
Helloo! [issue-334](https://github.com/OperationCode/resources_api/issues/399) This should help fix the issue with the user permissions that was discussed [previously](https://github.com/OperationCode/resources_api/issues/399#issuecomment-713233695), instead of making a separate command for each command used in the CI since...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 3.0.0. Changelog Sourced from pytest-cov's changelog. 3.0.0 (2021-10-04) Note that this release drops support for Python 2.7 and Python 3.5. Added support for Python 3.10...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 1.1.4. Changelog Sourced from flask's changelog. Version 1.1.4 Released 2021-05-13 Update static_folder to use _compat.fspath instead of os.fspath to continue supporting Python < 3.6 :issue:4050...
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.7.0 to 3.1.0. Changelog Sourced from flask-migrate's changelog. Flask-Migrate Change Log Release 3.1.0 - 2021-08-01 Added list-templates command and support for custom templates (commit) Alembic templates for...
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2. Release notes Sourced from python-dateutil's releases. 2.8.2 Version 2.8.2 (2021-07-08) Data updates Updated tzdata version to 2021a. (gh pr #1128) Bugfixes Fixed a bug...
Reference: https://github.com/OperationCode/resources_api/pull/388#issuecomment-706335715
fixes #134
We recently added in a Code Climate integration, and it complains about some issues. It's not a huge deal, but it would be nice to address these issues before they...
So I ran tests on my system using make test but it failed on this test file ```tests/unit/test_routes/test_resource_update.py``` although it passed on circle ci the error is as follows ```bash...
In #266 we made a lot of improvement on the tests, but we had to throw in the towel on a few of the issues: 1) The `search` tests might...