Wykres commitów

11 Commity (4aa77864aca0775622e46fac2503ba60bde80616)

Autor SHA1 Wiadomość Data
Marnanel Thurman 36b3e8f0a7 test_views passes again. 2019-08-10 17:03:47 +01:00
Marnanel Thurman 7a57d691df Tombstones. Closes #7. 2019-05-29 12:37:51 +01:00
Marnanel Thurman 32689cba82 create_person() renamed to create_local_person() 2019-05-29 09:54:45 +01:00
Marnanel Thurman 47d2989d29 A bunch of shared code moved to tests/__init__, with the underscore prefixes removed. 2019-05-27 21:18:28 +01:00
Marnanel Thurman e492abc58f Moved _create_person to tests/__init__.py 2019-05-22 17:42:07 +01:00
Marnanel Thurman 8ad8cc7221 Expect type=='Person' in results. Also one _create_person which escaped from before. 2019-05-22 00:34:30 +01:00
Marnanel Thurman 2a434beaac create Persons in the same way as in other tests.
This is turning into boilerplate code, so we might need to refactor.
2019-05-22 00:22:25 +01:00
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 40dd00697a Test for KepiView producing an OrderedCollection if there are multiple items.
URL that lists all users changed to "/users" for simplicity.
2019-05-14 23:01:18 +01:00
Marnanel Thurman deb6075986 Merged CollectionView into KepiView.
Split off get() from activity() because get() is usually the
same for all KepiViews.
2019-05-14 22:48:18 +01:00
Marnanel Thurman 21701eed83 Checked in two test modules which should have been in there already.
Removed a hack from KepiTestCase which was part of mock remote objects.
We don't do it that way any more.
2019-05-05 02:43:14 +01:00