Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Change tests to use standard library, more idiomatic style. #44

Merged
merged 1 commit into from
May 10, 2016

Conversation

dmitshur
Copy link
Collaborator

The motivation for using idiomatic style and standard library for tests is that it's more universal, and more familiar to a larger set of people. It makes it easier to read, modify tests for experienced Go programmers. It does not require thorough knowledge and familiarity with custom APIs.

Resolves #41.

This commit is largely based on previous work by @uovobw in sourcegraph#3, modified by me to improve error messages, style, and address preliminary review comments.

The motivation for using idiomatic style and standard library for tests
is that it's more universal, and more familiar to a larger set of people.
It makes it easier to read, modify tests for experienced Go programmers.
It does not require thorough knowledge and familiarity with custom APIs.

Resolves #41.

This commit is largely based on previous work by @uovobw in
#3, modified by me to
improve error messages, style, and address preliminary review comments.
@dmitshur
Copy link
Collaborator Author

dmitshur commented Apr 2, 2016

@gregjones I believe this should be good to merge. Have you had a chance to review it, and are there any review comments I should address?

@gregjones
Copy link
Owner

Hi, it looks good, thanka for aortibg it. but I still only have mobile internet, so might be a while before I can do anything with it... If anyone else is paying attention and wants to comment then I might be happier pressing buttons without being able to verify things myself :/

@dmitshur
Copy link
Collaborator Author

dmitshur commented Apr 24, 2016

Friendly ping. I'd like to make progress, is there anything I can do to help get this merged?

@gregjones
Copy link
Owner

I am still away from home. Sorry :/
Once I am back I will sort out this, and figure out what to do to make things more reliable in future.

@gregjones gregjones merged commit eb50150 into gregjones:master May 10, 2016
@gregjones
Copy link
Owner

Back at home now, with a laptop! Thank you for your patience.

@dmitshur
Copy link
Collaborator Author

Thank you!

@dmitshur dmitshur deleted the stdlib-tests branch May 10, 2016 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants