mirror of
https://github.com/irmen/prog8.git
synced 2025-02-06 01:30:23 +00:00
remove unimportant empty tests
This commit is contained in:
parent
60627ce756
commit
2d1e5bbc7e
@ -39,21 +39,6 @@ class TestModuleImporter: FunSpec({
|
||||
return makeImporter(errors, searchIn.asList())
|
||||
}
|
||||
|
||||
context("Constructor") {
|
||||
|
||||
//Disabled("TODO: invalid entries in search list")
|
||||
xtest("testInvalidEntriesInSearchList") {
|
||||
}
|
||||
|
||||
//Disabled("TODO: literal duplicates in search list")
|
||||
xtest("testLiteralDuplicatesInSearchList") {
|
||||
}
|
||||
|
||||
//Disabled("TODO: factual duplicates in search list")
|
||||
xtest("testFactualDuplicatesInSearchList") {
|
||||
}
|
||||
}
|
||||
|
||||
context("ImportModule") {
|
||||
|
||||
context("WithInvalidPath") {
|
||||
@ -159,12 +144,6 @@ class TestModuleImporter: FunSpec({
|
||||
module.program shouldBe program
|
||||
}
|
||||
|
||||
//Disabled("TODO: relative to 2nd in search list")
|
||||
xtest("testRelativeTo2ndDirInSearchList") {}
|
||||
|
||||
//Disabled("TODO: ambiguous - 2 or more really different candidates")
|
||||
xtest("testAmbiguousCandidates") {}
|
||||
|
||||
context("WithBadFile") {
|
||||
test("testWithSyntaxError") {
|
||||
val searchIn = assumeDirectory("./", workingDir.relativize(fixturesDir))
|
||||
|
Loading…
x
Reference in New Issue
Block a user