necessist icon indicating copy to clipboard operation
necessist copied to clipboard

Run tests with statements and method calls removed to help identify broken tests

Results 19 necessist issues
Sort by recently updated
recently updated
newest added

E.g. | contract | Mutability | | :-: | :-: | | src/A.sol | 12% | | src/B.sol | 58% |

> However, for the long term, I am wondering if we can remove the `REQUIRE_NODE_MODULES` and simply rely on the presence of the `package.json` to decide if we should install...

Necessist will warn that a test is passing with code remove for the following examples: - A closure that contains an assertion ``` fn test1() { std::thread::.spawn(move || { ......

enhancement

Add contribution guidelines with the following: 1. Describe different test suits and how to run them 2. General and CI tests that are required to be run to ensure correct...

We may be able to use a uniform interface like https://github.com/langston-barrett/tree-sitter-edit to add support for additional languages and make others uniform if desired

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Recording an idea from @stansw... Is there some way to rank removal candidates? If there were, it could provide a way to limit false positives, e.g., by only running Necissist...

enhancement

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.18. Release notes Sourced from clap's releases. v4.5.18 [4.5.18] - 2024-09-20 Features (builder) Expose Arg::get_display_order and Command::get_display_order Changelog Sourced from clap's changelog. [4.5.18] - 2024-09-20...

dependencies
rust