Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 884 Bytes

File metadata and controls

32 lines (24 loc) · 884 Bytes

Contributing

If you want to make significant contribution to the project, please consider one one of the following tasks:

  • Writing extra tests.
  • Rewrite test_merge function to test presence of all values.
  • Write examples of best-practices of using django-split-settings.

Before submitting

Before submitting your code please do the following steps:

  1. Run pylint with the default configuration all over your code.
  2. Run tests with pytest examples.
  3. Run tests with all the Python interpreters with tox.
  4. Submit your code.

Contributors