https://github.com/green-code-initiative/ecocode-rule-validator
A tool to validate rules
https://github.com/green-code-initiative/ecocode-rule-validator
ecodesign validator
Last synced: about 1 year ago
JSON representation
A tool to validate rules
- Host: GitHub
- URL: https://github.com/green-code-initiative/ecocode-rule-validator
- Owner: green-code-initiative
- Created: 2024-05-30T09:44:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T13:49:37.000Z (about 2 years ago)
- Last Synced: 2024-05-30T16:07:33.265Z (about 2 years ago)
- Topics: ecodesign, validator
- Language: Python
- Homepage: https://ecocode.io/
- Size: 212 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EcoChallenge - EcoCode Rule Validator
The objective of this project is to provide a generic tool to facilitate the validation of new rules.
## Principles
For each potential rule, the rule validator will take as inputs :
- a file containing the "good code"
- a file containing the "bad code" (code smell)
- a file containing the test scenarios to be executed.
For each scenario, the rule validator will instrumente it with monitoring tools (actually only one - vjoule) and will generate some results file.
You can find some generated sample files in the folder **/samples**.
Based on those results file, a graphic summary is generated for each rule.