[skip ci] cleanup tests
This commit is contained in:
parent
d220d172a7
commit
740306cb86
5 changed files with 7 additions and 10 deletions
|
@ -2,6 +2,7 @@ package org.domaindrivenarchitecture.provs.desktop.infrastructure
|
|||
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
|
@ -9,6 +10,7 @@ import org.junit.jupiter.api.Assertions.*
|
|||
internal class VSCodeKtTest {
|
||||
|
||||
@Test
|
||||
@ContainerTest
|
||||
fun provisionAdditionalTools() {
|
||||
// given
|
||||
defaultTestContainer().aptInstall("curl unzip")
|
||||
|
|
|
@ -119,6 +119,7 @@ internal class FilesystemKtTest {
|
|||
|
||||
|
||||
@Test
|
||||
@ContainerTest
|
||||
fun userHome() {
|
||||
// given
|
||||
val prov = defaultTestContainer()
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
package org.domaindrivenarchitecture.provs.framework.ubuntu.git.base
|
||||
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.git.base.gitClone
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.git.base.trustGithub
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.git.base.trustGitlab
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.keys.base.isHostKnown
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.junit.jupiter.api.Assertions.assertTrue
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package org.domaindrivenarchitecture.provs.framework.ubuntu.install.base
|
||||
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstallFromPpa
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.junit.jupiter.api.Assertions.assertTrue
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
package org.domaindrivenarchitecture.provs.framework.ubuntu.web.base
|
||||
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.web.base.downloadFromURL
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.filesystem.base.createFile
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.filesystem.base.fileContent
|
||||
import org.domaindrivenarchitecture.provs.framework.ubuntu.filesystem.base.fileExists
|
||||
import org.domaindrivenarchitecture.provs.test.defaultTestContainer
|
||||
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
|
|
Loading…
Reference in a new issue