mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-01 09:10:08 +02:00
♻️ Add minimal Container boot
This commit is contained in:
@@ -9,13 +9,12 @@
|
||||
import Testing
|
||||
import Foundation
|
||||
|
||||
@Suite(.serialized)
|
||||
struct RealShellTest {
|
||||
var container: Container
|
||||
|
||||
init() async throws {
|
||||
// Reset to the default shell
|
||||
container = Container.real()
|
||||
container = Container.real(minimal: true)
|
||||
}
|
||||
|
||||
@Test func system_shell_is_default() async {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import Testing
|
||||
import Foundation
|
||||
|
||||
@Suite(.serialized)
|
||||
struct TestableShellTest {
|
||||
@Test func fake_shell_output_can_be_declared() async {
|
||||
let greeting = BatchFakeShellOutput(items: [
|
||||
|
||||
Reference in New Issue
Block a user