fix(Issue-27): Confirmations not triggered on models with validation failures (#30)
* feat(ISSUE-27): Added some validation integration tests * feat(ISSUE-27): Integration tests for validations * feat(ISSUE-27): Unable to select autocomplete with selenium * feat(ISSUE-27): Fix file caching with proper FileCache * feat(ISSUE-27): Some minor tweaks * feat(ISSUE-27): Try reviewdog * feat(ISSUE-27): Remove noisy linting * feat(ISSUE-27): Black format * feat(ISSUE-27): Adding some simple file cache tests * feat(ISSUE-27): Some cleaning up Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
@@ -12,6 +12,12 @@ test-all:
|
||||
t:
|
||||
python -m pytest --last-failed -x
|
||||
|
||||
test-integration:
|
||||
coverage run --source admin_confirm --branch -m pytest --ignore=admin_confirm/tests/unit
|
||||
|
||||
docker-exec:
|
||||
docker-compose exec -T web ${COMMAND}
|
||||
|
||||
check-readme:
|
||||
python -m readme_renderer README.md -o /tmp/README.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user