Updated Structure of the code (markdown)

Rhet Turnbull
2020-05-09 14:35:29 -05:00
parent b9b6d0835b
commit e8100fabaf

@@ -48,4 +48,6 @@ As an example, here's a rough outline of what you'd need to do to add support fo
5. If exposing the property to the command line interface, add it to `__main__.py` -- you'll want to look at `query_options`, `_query()`, `export()`, and `export_photo()` at a minimum to ensure the command line tool can access your new attribute. 5. If exposing the property to the command line interface, add it to `__main__.py` -- you'll want to look at `query_options`, `_query()`, `export()`, and `export_photo()` at a minimum to ensure the command line tool can access your new attribute.
6. Add at least one test to `tests/`! 6. Add at least one test to `tests/`!
7. Ensure all tests pass `python3 -m pytest tests/` 7. Ensure all tests pass `python3 -m pytest tests/`
8. Submit a pull request :-) 8. Submit a pull request :-)
[home](https://github.com/RhetTbull/osxphotos/wiki)