aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
AgeCommit message (Collapse)Author
2020-05-12Add SPDX license headers to source filesMilan Shah
Post/* all ( except Post/migrations/* , __init__.py and templatetags/* ) have some sort of MIT headers; adding SPDX header to make it obvious. project/* & test-data/* all ( except __init__.py ) have some sort of MIT headers; adding SPDX header to make it obvious. This address bug #13530 https://bugzilla.yoctoproject.org/show_bug.cgi?id=13530 Signed-off-by: Milan Shah <mshah@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-29test-send: Handle HTTP error gracefullyMichael Wood
Read the server's response on http error and exit successfully Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2015-01-27Test: Add test script to send an error to a live error-repor-web serverMichael Wood
Usage: test-send-error.py url json_data_file Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2015-01-23Post: Add some basic unit tests for testing submissionsMichael Wood
To run the tests ./manage.py test Signed-off-by: Michael Wood <michael.g.wood@intel.com>