-
Notifications
You must be signed in to change notification settings - Fork 252
Audit and convert tests to test/unit (minitest) #121
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
342806f
revive entry test
04ef438
skip failing test
e520d62
remove test until #117
5b22480
translate spec/integration/ssl_ber_spec to minitest
2d406e8
move spec/ber over to test/
028402b
rename to test_ber.rb
1538672
convert to test/unit
a2ff68f
rename to test_array
f23838f
convert to test/unit
edb9241
rename to test_string
fa89e22
convert to test/unit
d30ce56
convert to test/unit
8d65ad6
Merge branch 'revive-entry-test' into minitestify
2415276
add additional ldif parsing entry tests
006d454
moved tests over to test/test_entry
98eea8e
rename test_filter_parser
f73b9c1
convert to test/unit
c6f7c1f
convert filter spec to test/unit
7f60ace
rename test_search
b2d49b9
add MockInstrumentationService to common
231bd87
convert to test/unit
ca1c083
rename test_ldap
9471294
make class name unique
d40e19b
convert tests to test/unit
903e459
fix deprecation any_instances
dcfe8ae
test doesn't like @ldap ivar
89bb2ed
remove spec_helper
197c3e9
remove unused metaid gem
a7377fb
remove .autotest and .rspec
1018963
generate gemspec file list
619c622
remove rspec
f2cec77
rename common to test_helper
5f25347
Merge branch 'master' into jch-minitestify
mtodd ef6a167
Use test_helper instead of common now
mtodd 9ecdc5d
Clarify connection instrumentation test class
mtodd c947b89
server -> host
mtodd a84e480
Hanlde EHOSTUNREACH error
mtodd 1ac9d61
Another server -> host change
mtodd 3e061e2
reference discussion comment
36005eb
require_relative test_helper
ead2469
Merge remote-tracking branch 'jch/minitestify' into minitestify
1168215
use Minitest::Test
bb02419
Merge remote-tracking branch 'origin/master' into minitestify
20f20f8
Revert "use Minitest::Test"
5fd46be
oops, wrong nesting
27bd182
missed a spot
7a4dda5
Switch to assert from assert_predicate
mtodd a686229
Stub out String#b for Ruby 1.9
mtodd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨