Added testing for DateField, DateTimeField, and validators on the Model and ModelForm (#23)
* Added testing for DateField and DateTimeField * Update makefile * Adding some of the tests with validators on model * Added ModelForm clean_field and clean tests Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
@@ -22,14 +22,17 @@ migrate:
|
||||
shell:
|
||||
./tests/manage.py shell
|
||||
|
||||
dbshell:
|
||||
./tests/manage.py dbshell
|
||||
|
||||
package:
|
||||
python3 setup.py sdist bdist_wheel
|
||||
|
||||
upload-testpypi:
|
||||
python3 -m twine upload --repository testpypi dist/django_admin_confirm-$(VERSION)*
|
||||
python3 -m twine upload --repository testpypi dist/django_admin_confirm-$(VERSION)-*
|
||||
|
||||
i-have-tested-with-testpypi-and-am-ready-to-release:
|
||||
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)*
|
||||
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)-*
|
||||
|
||||
install-testpypi:
|
||||
pip uninstall django_admin_confirm
|
||||
|
||||
Reference in New Issue
Block a user