Up to [local] / HOPE / Net-OpenAMD / t
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 17 12:10:48 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored) to selected 1.1 (colored)
my test api doesn't return invalid JSON tho, but it doesn't return anything which isn't so good.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 17 11:46:47 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.13: +18 -15 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)
fix the tests so they pass, since the other end isn't going to fix their JSON
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 14 01:54:03 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.12: +22 -16 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)
all tests pass (because I ignore the fields in /location that don't exist)
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 13 06:10:31 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)
correct number of tests
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 13 03:37:47 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.10: +51 -19 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)
add more tests.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 13 03:23:48 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.9: +20 -17 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)
make tests that pass against what should be valid data.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 13 02:27:06 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.8: +76 -248 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)
Switch testing to Test::Deep because the flexibility is required. Unfortunately, api.hope.net/api is 500 errors at the moment.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 13 00:14:43 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.7: +13 -4 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
tests don't pass, need a better testing mechanism
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 30 18:04:20 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
they fix0rd the /locations to be a single JSON object instead of multiple objects on multiple lines.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 30 05:30:17 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Net-OpenAMD-0-0-2
Changes since 1.5: +236 -58 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
yay! actual tests against the API! no login still, but live tests!
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 28 20:40:38 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
CVS Tags: Net-OpenAMD-v0-0-1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
moar cleanup before release
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 27 00:52:33 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +64 -9 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
now my tests pass! except for the OAuth, it should actually pretty much be done. Next up, documentation!
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 26 16:50:40 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
yay? 12 failing tests, next to make them pass.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 26 16:47:01 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.1: +49 -6 lines
Diff to previous 1.1 (colored)
an initial testing framework for what I want to pass.
Revision 1.1 / (download) - annotate - [selected], Sat Jun 26 16:33:33 2010 UTC (14 years, 4 months ago) by andrew
Branch: MAIN
put the API tests in their own file, but allow me to call it with my own object so it can run the tests against multiple hosts.