django-docusign
django-docusign copied to clipboard
allow Makefile to import environment variables from a .env
Feature request: as a developer, i'd like to be able to copy an empty .env-sample
, save it as an ignored .env-local
file, fill in some values, and be able to run make test
without any environment variable-setting prefix.
i know it doesn't solve for a few tests that require a callback url to be deployed remotely.