TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-source behavioural code auditor for Python

1 点作者 aditikothari11 个月前

1 comment

aditikothari11 个月前
hey there!<p>We are launching momentum.sh a behavioral code auditor that analysesthe necessary code behavior and tests it at every git push to ensure the code is ready for production. It does this by performing these steps<p>Blast radius detection - this will be a list of endpoints that could potentially be affected by the changes you made in your code. This will also be a starting point to decide what parts of your code need to be tested before shipping to production.<p>Dependency Visualization: Visualize code dependencies and relationships.<p>Behaviour identification: Automatically identify behaviors written in your code and generate a plan to test their functionality<p>Code generation to test functionality: Generate code to test all behaviors identified and run it in your local environment through momentum<p>Run code in local dev environment: No need for yet another yaml, our cli works with your existing dev environment to run code.<p>Debug code: Based on the stack trace of the run, momentum can diagnose and propose a solution.<p>We currently support python but will add Java support by the end of July and Javascript in the following month.<p>Any feedback is highly appreciated! Thanks in advance for giving momentum a try!