Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fredrikaverpil/neotest-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eddff6a20087628f7b6b90e7d60ae67fdbcd8732
Choose a base ref
..
head repository: fredrikaverpil/neotest-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45bd765aa3bd7264aaff8e23fb21f8a33d6dadc2
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 tests/go/testify/lookup_spec.lua
4 changes: 4 additions & 0 deletions tests/go/testify/lookup_spec.lua
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ describe("Lookup", function()
package = "main",
replacements = {},
},
[folderpath .. "/subpackage/subpackage_test.go"] = {
package = "subpackage",
replacements = {},
},
[folderpath .. "/testify/othersuite_test.go"] = {
package = "testify",
replacements = {