Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rubocop/minitest-style-guide issues and pull requests

#61 - assert_equal(true, actual) is innocent!

Issue - State: open - Opened by MatzFan 7 months ago - 1 comment

#60 - Improve consistency across code samples

Pull Request - State: closed - Opened by Uaitt 10 months ago - 1 comment

#59 - Bump actions/setup-python from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#58 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#57 - Remove an incorrect example from `Refute Equal` rule

Pull Request - State: closed - Opened by koic over 1 year ago

#56 - Add section to discourage use of extension hooks

Pull Request - State: closed - Opened by tejasbubane about 2 years ago

#55 - Prefer skip over return for skipping test cases

Pull Request - State: closed - Opened by tejasbubane about 2 years ago - 1 comment

#54 - Add preferred style for hooks ordering

Pull Request - State: closed - Opened by tejasbubane about 2 years ago - 3 comments

#53 - Use `assert_same` and `refute_same` instead of `equal?`

Pull Request - State: closed - Opened by tejasbubane about 2 years ago - 4 comments

#52 - Use `test_` prefix convention for gems

Pull Request - State: closed - Opened by andyw8 about 2 years ago - 1 comment

#51 - Bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#50 - Bump actions/setup-python from 2 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#49 - Added dependabot for GitHub Actions

Pull Request - State: closed - Opened by ydah about 2 years ago

#48 - Remove definite article from title

Pull Request - State: closed - Opened by andyw8 over 2 years ago

#47 - Avoid lifecycle methods not intended for test developers

Issue - State: closed - Opened by andyw8 over 2 years ago

#46 - Added duplicated tests run hint.

Pull Request - State: closed - Opened by ignacio-chiazzo almost 3 years ago - 2 comments

#45 - Add warning about inheriting from other tests

Issue - State: closed - Opened by andyw8 almost 3 years ago - 1 comment

#44 - Suggest enabling `make_my_diffs_pretty!`

Issue - State: open - Opened by andyw8 almost 3 years ago

#43 - Any conventions for naming individual tests?

Issue - State: closed - Opened by codedeleter about 3 years ago - 2 comments

#42 - Add spell checking GitHub Actions workflow

Pull Request - State: closed - Opened by koic about 3 years ago

#42 - Add spell checking GitHub Actions workflow

Pull Request - State: closed - Opened by koic about 3 years ago

#41 - Recommend passing a failure_message when calling `assert` with a single argument

Issue - State: closed - Opened by gareth over 3 years ago - 1 comment

#41 - Recommend passing a failure_message when calling `assert` with a single argument

Issue - State: closed - Opened by gareth over 3 years ago - 1 comment

#40 - Add guidance for test filenames

Pull Request - State: closed - Opened by andyw8 about 4 years ago - 3 comments

#39 - Add section about Test Doubles

Pull Request - State: closed - Opened by andyw8 about 4 years ago - 4 comments

#38 - Mocha guidance

Issue - State: open - Opened by andyw8 about 4 years ago

#37 - Coverage of mocha

Issue - State: closed - Opened by andyw8 about 4 years ago - 2 comments

#36 - Add RSpec comparison for expected/actual ordering

Pull Request - State: closed - Opened by andyw8 over 4 years ago - 1 comment

#35 - Add `super` advice for hooks

Pull Request - State: closed - Opened by andyw8 over 4 years ago - 1 comment

#34 - Specifying files should end in `_test` or start with `test_`

Issue - State: closed - Opened by NatMorcos over 4 years ago - 3 comments

#33 - Add "Unspecified exception" section

Pull Request - State: closed - Opened by fatkodima over 4 years ago - 2 comments

#32 - Add "Assert Silent" rule

Pull Request - State: closed - Opened by fatkodima over 4 years ago - 2 comments

#31 - Add "Assert Path Exists" and "Refute Path Exists" rules

Pull Request - State: closed - Opened by fatkodima over 4 years ago - 1 comment

#30 - Added style guides for assert/refute_predicate

Pull Request - State: closed - Opened by abhaynikam over 4 years ago - 1 comment

#29 - Added style guide for assert_output

Pull Request - State: closed - Opened by abhaynikam over 4 years ago - 1 comment

#28 - [Fix #25] Add global expectations rule

Pull Request - State: closed - Opened by koic over 4 years ago - 3 comments

#27 - Prefer using assert_empty instead of assert([], object)

Pull Request - State: closed - Opened by tejasbubane over 5 years ago - 2 comments

#26 - Recommend `assert/refute_kind_of` over `kind_of?` check

Pull Request - State: closed - Opened by tejasbubane over 5 years ago - 1 comment

#25 - Feature Request : Enforce consistency

Issue - State: closed - Opened by coding-bunny over 5 years ago - 14 comments

#24 - Assert and refute with a negation

Issue - State: closed - Opened by herwinw over 5 years ago - 2 comments

#23 - Add Rule to assert/refute Include Of

Pull Request - State: closed - Opened by duduribeiro over 5 years ago - 2 comments

#22 - Adds style guide for assert/refute_respond_to

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 1 comment

#21 - Renamed the argument name from actual to object

Pull Request - State: closed - Opened by abhaynikam over 5 years ago

#20 - Use `==` method instead of `eql?` method for "Refute Equal" rule

Pull Request - State: closed - Opened by koic over 5 years ago - 2 comments

#19 - Adds style guide for assert/refute_match

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 1 comment

#18 - Adds style guide for assert/refute_operator

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 3 comments

#17 - Fix a typo for assert includes and refute includes rules

Pull Request - State: closed - Opened by koic over 5 years ago - 1 comment

#16 - Fixed the refute_nil bad example case

Pull Request - State: closed - Opened by abhaynikam over 5 years ago

#15 - Guides for assertion matcher.

Issue - State: closed - Opened by abhaynikam over 5 years ago - 4 comments

#14 - Added style guide for Refute-Equal

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 1 comment

#13 - Added style guide for Refute-In-Delta and updated description for Assert In Delta

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 3 comments

#12 - Added guides for assert/refute_empty

Pull Request - State: closed - Opened by abhaynikam over 5 years ago

#11 - Added style guide for refute_includes

Pull Request - State: closed - Opened by abhaynikam over 5 years ago

#10 - Include rule to enforce refute

Pull Request - State: closed - Opened by duduribeiro over 5 years ago - 4 comments

#9 - Added style guide for refute_nil values

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 7 comments

#8 - Fixed typo assert-includes -> assert_includes

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 1 comment

#7 - Sources of inspiration

Issue - State: open - Opened by bbatsov over 5 years ago

#6 - Add style guide for assert includes

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 2 comments

#5 - Added style guide for assert equal argument order

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 1 comment

#4 - Added style for assert float values

Pull Request - State: closed - Opened by abhaynikam over 5 years ago - 4 comments

#3 - Added style guide for assert true values

Pull Request - State: closed - Opened by abhaynikam over 5 years ago

#2 - Add "Assert Nil" rule

Pull Request - State: closed - Opened by koic over 5 years ago - 1 comment

#1 - Add style guide empty lines between test

Pull Request - State: closed - Opened by abhaynikam over 5 years ago