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

Add tests for core implementation #10

Merged
merged 15 commits into from
Jan 5, 2017
Merged

Add tests for core implementation #10

merged 15 commits into from
Jan 5, 2017

Conversation

NthPortal
Copy link
Owner

Tweak and concretize traits and implementation.

NthPortal and others added 15 commits January 1, 2017 03:17
Add test for Shell.

Tweak ConsoleShellTest.
Change LineParser to have two methods: one to parse
for execution, and one to parse for tab completion.
Change signature of Shell.commands to return an
Iterable instead of a Seq.
Change CommandDelegator.commandsByName to be a
SortedMap.
Add test for CommandTabCompleter.tabComplete with
an empty Seq. Note that a LineParser should not
actually allow such a situation to occur.
Change OutputSink.write(CharSequence) to write(String),
and writeln(CharSequence) to writeln(String).
@coveralls
Copy link

coveralls commented Jan 5, 2017

Coverage Status

Coverage increased (+32.4%) to 44.604% when pulling c331363 on test2 into 522d8e6 on dev.

@NthPortal NthPortal merged commit 64c4d72 into dev Jan 5, 2017
@NthPortal NthPortal deleted the test2 branch January 5, 2017 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants