aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test/basic.lua: Add simple script to load libevent, show version, etc.Matthew Wild2010-02-151-0/+8
|
* event_buffer: drain learned spec notes, get_data learned negative values, ↵Thomas Harning Jr2007-09-071-0/+46
| | | | | | | | | many tests written The additional tests added were tests for: * Obtaining partial data using get_data * Reading lines using various line ending mixes/etc * Draining values w/ negative value
* Learned event_buffer tests and added failure for 'add' if no args passed.Thomas Harning Jr2007-09-071-0/+117
| | | | | | lunit-based unit tests for event_buffer have been added. They are currently not complete but are in the works to help manage corner cases/etc. These should also get behaviors well-defined.
* Added lunit 0.4a from Michael Roth (author of Lua-sqlite3)Michael Roth2007-09-071-0/+693
| | | | Gleaned from lua-sqlite3 since the `public` version of lunit is 0.3a
* Added timertest. Prevented GC-ed events from causing an abort.Thomas Harning Jr2007-09-061-0/+19
|
* Refactored luaevent.lua (unlearned borked fairness, collapsing useless code).Thomas Harning Jr2007-09-011-1/+2
| | | | | | | | | luaevent.lua: * Unlearned fairness since it was likely to be broken... fairness will need to be implemented at app-level where it should be. * Collapsed duplicate code into a local function testClient.lua: * Added a completion message (since the test was so quick I thought it was broken)
* Reformed project layout from 'luaevent/*' -> '*'Thomas Harning Jr2007-08-312-0/+53