diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 18:43:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-08 18:43:54 +0200 |
commit | 1af914c8b8d56d8be973189168d0f990e2a5f00c (patch) | |
tree | 3b2c7cfcca3312f0c4fc6ab880f16ac74cb6a14d | |
parent | d7e7df3f9e6d7527927336ec4dae7c8728d257d8 (diff) | |
download | mastodon.py-1af914c8b8d56d8be973189168d0f990e2a5f00c.tar.gz |
Update DEVELOPMENT.md
-rw-r--r-- | DEVELOPMENT.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2eacdbf..b37c4e4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -10,5 +10,6 @@ Here's some general stuff to keep in mind, and some work that needs to be done | |||
10 | * Some things are probably wrong, but none known. | 10 | * Some things are probably wrong, but none known. |
11 | 11 | ||
12 | * Other things missing: | 12 | * Other things missing: |
13 | * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions | ||
13 | * Automatic ID unpacking | 14 | * Automatic ID unpacking |
14 | * Tests (long-term goal) | 15 | * Tests (long-term goal) |