You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DJANGO_SETTINGS_DIR=src/ralph_assets DJANGO_SETTINGS_PROFILE=test-assets ralph test ralph_assets
install:
pip install -e .
test-unittests:
DJANGO_SETTINGS_DIR=src/ralph_assets DJANGO_SETTINGS_PROFILE=test-assets coverage run --source=ralph_assets --omit='*migrations*,*tests*,*__init__*' '$(VIRTUAL_ENV)/bin/ralph' test ralph_assets