User modifies test code while it is running, which jams the inline snapshot
- Lingua principale
- Kotlin
- Stelle
- 101
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
1. there is testcode
2. then it gets compiled
3. then the test starts running
4. when the test completes, Selfie modifies the testcode
When selfie modifies test code, it doesn't blindly trust line numbers. It parses the literal which is present, and makes sure that it matches the value it expected before replacing it with a new value.
But just the same, all it can do right now is throw an error, and it takes all the blame. If the user modifies files between **2** and **3**, there's not much we can do about it. But if the modification happens between **3** and **4**, we should be able to say "hey don't do that!".
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Nell’issue non sono indicati file, test o punti di ingresso. Traccia il flusso di aggiornamento degli inline snapshot dall’esecuzione del test fino al completamento, quindi determina come rilevare le modifiche apportate dopo l’avvio del test. Il lavoro è completo quando lo strumento identifica questo caso e segnala che l’utente ha modificato il codice del test, invece di produrre l’errore attuale durante l’identificazione dell’autore.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- kotlin
- Ambito
- testing
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100