Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/utils/slither_format/tests
rajeevgopalakrishna dd631a1a08 - Fixes contract naming convention to include interface & library 6 years ago
..
real_world Adds five more real-world non-trivial contracts for testing. 6 years ago
test_data Makes regex stricter for external-function detector. 6 years ago
.gitignore All changes specific to slither-format tool, excluding the dependencies on slither parsing/core and detectors. Single commit because of checking out utils/slither_format from dev-slither-format into this branch. 6 years ago
runSlitherFormat.py - Fixes contract naming convention to include interface & library 6 years ago
run_all_tests.py Addresses source mapping utf-8 related issue fixed by #252. 6 years ago
test_constable_states.py Enables logging. 6 years ago
test_constant_function.py Enables logging. 6 years ago
test_detector_combinations.py Adds patch file creation. Keeps track of relative and absolute file names. Fixes bug in patch overlap and naming-convention of function definition/calls and contract function variable. 6 years ago
test_external_function.py Makes regex stricter for external-function detector. 6 years ago
test_naming_convention.py Adds patch file creation. Keeps track of relative and absolute file names. Fixes bug in patch overlap and naming-convention of function definition/calls and contract function variable. 6 years ago
test_pragma.py Enables logging. 6 years ago
test_solc_version.py Adds patch file creation. Keeps track of relative and absolute file names. Fixes bug in patch overlap and naming-convention of function definition/calls and contract function variable. 6 years ago
test_unicode.py Addresses source mapping utf-8 related issue fixed by #252. 6 years ago
test_unused_state_vars.py Enables logging. 6 years ago