Skip to content

Commit

Permalink
Merge pull request osyrisrblx#65 from osyrisrblx/dependabot/submodule…
Browse files Browse the repository at this point in the history
…s/modules/testez-e12ce1c

Bump modules/testez from `0471b38` to `e12ce1c`
  • Loading branch information
osyrisrblx committed May 31, 2020
2 parents 0145c2f + 5d48fa2 commit 6450d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/testez
Submodule testez updated 63 files
+80 −0 .github/workflows/ci.yml
+77 −0 .github/workflows/release.yml
+12 −1 .gitignore
+0 −26 .travis.yml
+14 −1 CHANGELOG.md
+13 −3 CONTRIBUTING.md
+691 −0 Cargo.lock
+4 −0 Cargo.toml
+2 −2 README.md
+4 −4 default.project.json
+2 −0 foreman.toml
+1 −1 rotriever.toml
+0 −96 spec.lua
+23 −82 src/LifecycleHooks.lua
+0 −38 src/Stack.lua
+6 −2 src/TestBootstrap.lua
+0 −1 src/TestEnum.lua
+236 −58 src/TestPlan.lua
+0 −98 src/TestPlanBuilder.lua
+5 −209 src/TestPlanner.lua
+10 −26 src/TestRunner.lua
+0 −2 src/init.lua
+40 −0 test-place.project.json
+32 −0 test/lemur.lua
+18 −0 test/roblox-cli.sh
+96 −0 test/runner.server.lua
+33 −0 testez-cli/Cargo.toml
+49 −0 testez-cli/README.md
+39 −0 testez-cli/build.rs
+29 −0 testez-cli/src/bundled_libraries.rs
+75 −0 testez-cli/src/cli.rs
+37 −0 testez-cli/src/dependencies.rs
+133 −0 testez-cli/src/fs.rs
+49 −0 testez-cli/src/lemur-entry.lua
+75 −0 testez-cli/src/main.rs
+31 −0 testez-cli/src/source.rs
+123 −0 testez-cli/src/targets/lemur.rs
+5 −0 testez-cli/src/targets/mod.rs
+128 −0 testez-cli/src/targets/roblox_cli.rs
+81 −0 testez-cli/src/test-runner.lua
+122 −0 testez-cli/src/test_place.rs
+26 −0 testez-cli/src/tools/lua.rs
+7 −0 testez-cli/src/tools/mod.rs
+36 −0 testez-cli/src/tools/roblox_cli.rs
+17 −0 testez-cli/src/tools/rojo.rs
+89 −0 testez-cli/src/vfs.rs
+119 −0 tests/Expectation.lua
+14 −0 tests/failing/duplicateDescribe.spec.lua
+10 −0 tests/failing/duplicateIt.spec.lua
+8 −0 tests/failing/error.spec.lua
+8 −0 tests/failing/fail.spec.lua
+7 −0 tests/failing/planning.spec.lua
+18 −0 tests/lifecycleHooks.lua
+8 −0 tests/passing/empty.spec.lua
+12 −0 tests/passing/expect.spec.lua
+9 −0 tests/passing/focus.spec.lua
+13 −0 tests/passing/focusAndSkip.spec.lua
+14 −0 tests/passing/skip.spec.lua
+96 −0 tests/planner.lua
+9 −0 tests/planning/a.spec.lua
+12 −0 tests/planning/b.spec.lua
+21 −0 tests/planning/d.spec.lua
+29 −0 tests/specTests.lua

0 comments on commit 6450d15

Please sign in to comment.