29 Commits (master)

Author SHA1 Message Date
James Curtin 3e53bdb824 Remove deprecated flask-webpack library 5 years ago
James Curtin 902c49c734 Update format strings to f strings 5 years ago
James Curtin 524b8ada30 Fix black error 5 years ago
Tobiasz Kędzierski 9e2b313bd9 Fix flask test command 5 years ago
James Curtin d2f37093e1 One-time black refactor of template 5 years ago
Steven Loria 973bcd96cb
Use environment variables for configuration 6 years ago
Joshua Carp bbc45c63d1 Deprecate pytest yield fixtures. 7 years ago
Will Roberts 119b102693 replace bower with npm and Flask-Assets with webpack 7 years ago
allexeye 1bd13c7e5b fix db fixture for model tests 9 years ago
Wagner Augusto Andreoli 8230fa17d5 Remove pylint from project, remove ipdb and ipython from requirements 9 years ago
Wagner Augusto Andreoli e27fa10e15 Add an option to use pylint after flake8, change code to conform to pylint rules 9 years ago
Wagner Augusto Andreoli 2986743a8c Add an option to fix imports before linting, make all code conform to the linting rules 9 years ago
Patman64 2a45b9f4ba Python code clean-up (PEP-8 related and other) 9 years ago
Patman64 88ae10f611 Fix ScopeMismatch error when testing 9 years ago
sloria e589ec1d92 Add abstract base factory 10 years ago
sloria b0ef2aedb8 Remove unused base factory class 10 years ago
sloria 4179245939 Update tests for factory-boy>=2.4.0 10 years ago
Steven Loria e3286524df Update README 10 years ago
Steven Loria c8d07d0d29 Models must explicitly inherit from SurrogatePK to add primary key 10 years ago
Steven Loria 757d152699 Rename test_webtests -> test_functional 10 years ago
Steven Loria c156760f67 Add forms tests 10 years ago
Steven Loria 1018859800 Add config tests 10 years ago
Steven Loria 35c32eccc1 Fix app fixture scope. Make function-scoped to make tests more isolated 10 years ago
Steven Loria 923b1f55e2 Revert User#set_password and User#check_password for Migrate compatibility 10 years ago
Steven Loria c6a49db3c2 Update requirements and remove unused tests/base.py 10 years ago
Steven Loria 029a32decd Fix and simplify tests (all tests passing) 10 years ago
Steven Loria 9851fa2974 Follow one test class per model convention 10 years ago
Steven Loria ce85de1b20 Move tests out of app directory 10 years ago