Skip to content

Commit

Permalink
Merge pull request #3621 from onflow/supun/restructure-2
Browse files Browse the repository at this point in the history
Move tests under `runtime` to `tests` directory
  • Loading branch information
SupunS authored Oct 18, 2024
2 parents 8b904c2 + e73cf22 commit 0bb1b69
Show file tree
Hide file tree
Showing 34 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion runtime/account_test.go β†’ tests/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion runtime/contract_test.go β†’ tests/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
_ "embed"
Expand Down
2 changes: 1 addition & 1 deletion runtime/coverage_test.go β†’ tests/coverage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion runtime/crypto_test.go β†’ tests/crypto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
2 changes: 1 addition & 1 deletion runtime/debugger_test.go β†’ tests/debugger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"sync"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion runtime/deployment_test.go β†’ tests/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion runtime/error_test.go β†’ tests/error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
2 changes: 1 addition & 1 deletion runtime/ft_test.go β†’ tests/ft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion runtime/import_test.go β†’ tests/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion runtime/inbox_test.go β†’ tests/inbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion runtime/literal_test.go β†’ tests/literal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion runtime/nft_test.go β†’ tests/nft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

const modifiedNonFungibleTokenInterface = `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"math/big"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/hex"
Expand Down
2 changes: 1 addition & 1 deletion runtime/rlp_test.go β†’ tests/rlp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime_test.go β†’ tests/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"crypto/rand"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion runtime/storage_test.go β†’ tests/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"encoding/binary"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion runtime/type_test.go β†’ tests/type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion runtime/validation_test.go β†’ tests/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package runtime_test
package tests

import (
"testing"
Expand Down

0 comments on commit 0bb1b69

Please sign in to comment.