mirror of
https://github.com/softinio/Fishee.git
synced 2025-09-05 11:56:41 -07:00
Update README and update tests that need to run sequencially
This commit is contained in:
parent
1039b04378
commit
794c99a71c
3 changed files with 46 additions and 2 deletions
|
@ -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/"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue