Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-memory log implementation for unit tests #12

Closed
belaban opened this issue Jan 21, 2015 · 1 comment
Closed

In-memory log implementation for unit tests #12

belaban opened this issue Jan 21, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@belaban
Copy link
Member

belaban commented Jan 21, 2015

Implementation of Log in memory only. Main benefit: speed for unit tests and no need to clean up files on disk after unit tests. Also avoids incorrect unit tests by inadvertently reusing left over log files from previous runs or demos.

@belaban belaban self-assigned this Jan 21, 2015
@belaban belaban added this to the 0.2 milestone Jan 21, 2015
belaban added a commit that referenced this issue Jan 23, 2015
- Implemented InMemoryLog (#12)
- Added tests to LogTest
@belaban
Copy link
Member Author

belaban commented Jan 23, 2015

Added InMemoryLog and methods in LogTest to test

@belaban belaban closed this as completed Jan 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant