datatracker/ietf/meeting
Ole Laursen d5b14f3fb3 Rewrite meeting tests: add fake data generator, rewrite the
SimpleUrlTest tests to work with fake data and expand them a bit (they
are still pretty basic), rewrite the agenda editing tests to work with
the small generated fake data, delete those tests that are trivial or
only testing fixture facts as opposed to actually exercising the code,
combine some of them, expand most to actually check the returned JSON
and generally clean up the copy-paste mess of incorrect comments and
incorrect POST data.

At this point, no tests are using the real data base test machinery,
so one can run the full test suite with just

  python manage.py test --settings=settings_sqlitetest

This takes about 72 seconds one a 2.4 GHz Intel Core 2. The
test-crawler and other real data tests take somewhat longer, though.
 - Legacy-Id: 7069
2013-12-24 16:09:33 +00:00
..
fixtures Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in. 2013-10-02 21:53:28 +00:00
management/commands This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70. 2013-09-26 19:56:17 +00:00
migrations Renumbered unapplied migration. 2013-10-21 21:51:21 +00:00
templatetags Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it. 2013-10-22 19:01:18 +00:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Added a RoomAdmin to the admin site. 2013-10-04 18:08:09 +00:00
ajax.py Use request.POST directly instead of aliasing it to update_dict, add a 2013-12-24 15:59:01 +00:00
feeds.py Port feed setup to new feed API where each feed is a class-based view 2013-12-16 16:29:22 +00:00
helpers.py Make agenda_permission use user_is_person, rewrite it to be a little 2013-12-23 16:43:44 +00:00
models.py Fix interesting syntax error in group_session_mapping, += was mistyped 2013-12-23 16:59:21 +00:00
test_data.py Rewrite meeting tests: add fake data generator, rewrite the 2013-12-24 16:09:33 +00:00
tests_api.py Rewrite meeting tests: add fake data generator, rewrite the 2013-12-24 16:09:33 +00:00
tests_views.py Rewrite meeting tests: add fake data generator, rewrite the 2013-12-24 16:09:33 +00:00
timedeltafield.py Fixed incorrect except statement syntax. 2013-10-30 21:21:28 +00:00
urls.py Regularize meeting_json to take num instead of meeting_num like the 2013-12-23 17:19:49 +00:00
views.py Rewrite meeting PUTs to POSTs. For no apparent reason, parts of the 2013-12-24 15:13:33 +00:00