pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
490 stars 236 forks source link

Testing and building #163

Closed christopherpickering closed 1 year ago

christopherpickering commented 1 year ago

Summary

This pr adds a few things to make building/testing better:

After merging this we can rebase several of the other pr's and merge them with a few minor tweaks.

Using this:

Installing for dev: poetry install

Running tests: poetry run tox

Running for formatting & linting poetry run tox -e isort,black,lint

christopherpickering commented 1 year ago

The failed tests are valid failures in the current code and either have or should have other pr's to fix them.

christopherpickering commented 1 year ago

moved to #170