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 |
Vividh S Viswanatha
|
649a694f8a
|
Update extension imports to flask_*
See mitsuhiko/flask#1135
|
10 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 |
Tyler Stephens
|
af3d885f8e
|
Use explicit relative import instead of implicit.
Implicit relative imports are discouraged
(http://legacy.python.org/dev/peps/pep-0008/#imports) and no longer supported
in python 3.
|
11 years ago |
Steven Loria
|
757d152699
|
Rename test_webtests -> test_functional
|
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
|
34ba9a1531
|
Remove redundant error handler
|
11 years ago |
Steven Loria
|
7ede47885f
|
Rename repo_name -> app_name
|
11 years ago |