Marnanel Thurman
53be3e3efc
Renaming django_kepi.Activity to django_kepi.Thing, preparatory to
...
merging it with d_k.ActivityModel.
2019-05-18 17:41:55 +01:00
Marnanel Thurman
c7564aabd6
First steps on getting test_inbox to pass.
...
IncomingMessage.waiting_for can be null.
d_k.views creates its own logger.
2019-04-10 20:43:37 +01:00
Marnanel Thurman
bbe19a8d77
Restoring old tests I deleted, inadvisably.
2019-04-10 20:35:16 +01:00
Marnanel Thurman
c9a4df27c9
rm old tests
2019-03-03 21:13:00 +00:00
Marnanel Thurman
554766326b
Activate httpretty and it all works. I feel a bit of a fool.
2018-10-12 20:13:59 +01:00
Marnanel Thurman
2899e20188
Malformed JSON check doesn't attempt to build the JSON string itself.
...
Using central logger.
Added silly hack for testing state issues.
2018-10-12 16:31:47 +01:00
Marnanel Thurman
73f8032791
wild amounts of tinkering to make the tests use httpretty
2018-10-10 21:28:41 +01:00
Marnanel Thurman
937bc04651
Test for "all known" tests for Activity creation as well as QM deletion
2018-09-27 17:36:12 +01:00
Marnanel Thurman
e58a303589
Test that messages where all parts are known go through immediately. Also, url_identifier() -> activity_id in ThingArticle for regularity.
2018-09-27 16:52:29 +01:00
Marnanel Thurman
20ff4d636d
Tests for non-json messages
2018-09-27 16:38:41 +01:00
Marnanel Thurman
daa5543916
rm outdated comment
2018-09-27 13:50:26 +01:00
Marnanel Thurman
8717b59a97
Attempts to create "Like" activities, not "Article"s (which aren't Activitys)
2018-09-23 21:58:38 +01:00
Marnanel Thurman
2b29a8e8e2
Removed all the old Cobject stuff, at last. This confused
...
makemigrations so much that I killed all the existing migrations
and started again.
Activity fields representing key+value pairs all begin with "f_"
because it was getting confusing when only some of them did.
Activity.deserialize() renamed Activity.create().
The tests don't all pass at present, but they will soon.
2018-09-16 21:42:27 +01:00