·testing
</>

testing

Tests de contrats intelligents avec Foundry – tests unitaires, tests fuzz, tests fork, tests invariants. Que tester, que ne pas tester et quels LLM se trompent.

29Installations·0Tendance·@austintgriffith

Installation

$npx skills add https://github.com/austintgriffith/ethskills --skill testing

Comment installer testing

Installez rapidement le skill IA testing dans votre environnement de développement via la ligne de commande

  1. Ouvrir le Terminal: Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.)
  2. Exécuter la commande d'installation: Copiez et exécutez cette commande : npx skills add https://github.com/austintgriffith/ethskills --skill testing
  3. Vérifier l'installation: Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Source : austintgriffith/ethskills.

You test getters and trivial functions. Testing that name() returns the name is worthless. Test edge cases, failure modes, and economic invariants — the things that lose money when they break.

You don't fuzz. forge test finds the bugs you thought of. Fuzzing finds the ones you didn't. If your contract does math, fuzz it. If it handles user input, fuzz it. If it moves value, definitely fuzz it.

You don't fork-test. If your contract calls Uniswap, Aave, or any external protocol, test against their real deployed contracts on a fork. Mocking them hides integration bugs that only appear with real state.

Tests de contrats intelligents avec Foundry – tests unitaires, tests fuzz, tests fork, tests invariants. Que tester, que ne pas tester et quels LLM se trompent. Source : austintgriffith/ethskills.

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/austintgriffith/ethskills --skill testing
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-22
Mis à jour
2026-03-10

Browse more skills from austintgriffith/ethskills

Réponses rapides

Qu'est-ce que testing ?

Tests de contrats intelligents avec Foundry – tests unitaires, tests fuzz, tests fork, tests invariants. Que tester, que ne pas tester et quels LLM se trompent. Source : austintgriffith/ethskills.

Comment installer testing ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/austintgriffith/ethskills --skill testing Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Où se trouve le dépôt source ?

https://github.com/austintgriffith/ethskills

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-22