James Curtin
|
d2f37093e1
|
One-time black refactor of template
|
5 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)
- Add the UTF-8 marker to files without it.
- Fix some hanging indents.
- Change ''' into """ in docstrings.
- Enforce two blank line rule.
|
10 years ago |
sloria
|
4179245939
|
Update tests for factory-boy>=2.4.0
[fixes #23]
|
10 years ago |
Steven Loria
|
c8d07d0d29
|
Models must explicitly inherit from SurrogatePK to add primary key
|
11 years ago |
Steven Loria
|
923b1f55e2
|
Revert User#set_password and User#check_password for Migrate compatibility
|
11 years ago |
Steven Loria
|
029a32decd
|
Fix and simplify tests (all tests passing)
|
11 years ago |
Steven Loria
|
9851fa2974
|
Follow one test class per model convention
|
11 years ago |
Steven Loria
|
ce85de1b20
|
Move tests out of app directory
|
11 years ago |
Steven Loria
|
ba68f616c8
|
Port model tests to pytest
|
11 years ago |
Steven Loria
|
388cf106c2
|
Add PasswordType and make __init__ less verbose
|
11 years ago |
Steven Loria
|
f5f5d37eb6
|
Remove many_to_one, use more explicit ReferenceCol instead
Mostly because I couldn't get many_to_one to work with Flask-SQLA =/
|
11 years ago |
Steven Loria
|
43a4083eff
|
Add first_name and last_name
|
11 years ago |
Steven Loria
|
7ede47885f
|
Rename repo_name -> app_name
|
11 years ago |
Steven Loria
|
64d40aa4be
|
Add WebTest and some tests
|
11 years ago |
Steven Loria
|
71d309bb4e
|
Add base DbTestCase
|
11 years ago |
Steven Loria
|
d1d832ba97
|
Add Factory Boy support
|
11 years ago |
Steven Loria
|
abda53a2f3
|
Fix Procfile
|
11 years ago |
Steven Loria
|
4aea7377a1
|
Remove env parameter from app factory function
|
11 years ago |
Steven Loria
|
1f9e6b171e
|
Store password hash and add basic test
Adds Flask-Testing and passlib dependencies
|
11 years ago |