| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Gleaned from lua-sqlite3 since the `public` version of lunit is 0.3a
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|