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
|
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
[fixes #23]
|
10 years ago |
Steven Loria
|
e3286524df
|
Update README
|
11 years ago |
Steven Loria
|
923b1f55e2
|
Revert User#set_password and User#check_password for Migrate compatibility
|
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
|
5bfd073802
|
Add BaseFactory which flushes the db on create
|
11 years ago |
Steven Loria
|
388cf106c2
|
Add PasswordType and make __init__ less verbose
|
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
|
d1d832ba97
|
Add Factory Boy support
|
11 years ago |