Update README and update tests that need to run sequencially

This commit is contained in:
Salar Rahmanian 2024-11-27 00:07:42 -08:00
parent 1039b04378
commit 794c99a71c
3 changed files with 46 additions and 2 deletions

View file

@ -18,7 +18,7 @@ import Foundation
import Testing
@testable import Fishee
@Suite
@Suite(.serialized)
final class ParserTests {
let fishHistoryFile = Bundle.module.path(forResource: "fish_history_test", ofType: "txt")
let historyItem = FishHistoryEntry(cmd: "cd Projects/Fishee/", when: 1727545693, paths: ["Projects/Fishee/"])