Issues reporting and pull requests are welcome!
For pull requests, please follow the topics below.
We try to comply with pep-8 wherever possible. Code from pull requests should do the same.
The project with db_file_storage's automated tests is in the demo_and_tests directory.
Before creating a pull request, add/expand tests for your changes if needed and make sure that all tests are passing.
In order to test your branch of db_file_storage, you'll have to
cd
into thedemo_and_tests
directory,- pip install all the libraries specified in the requirements file in your environment (you might want to create and use a virtual environment),
- run
python manage.py test
from your shell.