Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update license #114

Merged
merged 1 commit into from
Jun 26, 2024

Update LICENSE

2154258
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: update license #114

Update LICENSE
2154258
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results completed Jun 26, 2024 in 0s

✅ Test Results - 56/56 - Passed in 456.022s

✅ editmode-results.xml - 1/1 - Passed in 0.216s

✅ playmode-results.xml - 55/55 - Passed in 455.806s

Details

✅ editmode-results.xml - 1/1 - Passed in 0.216s
  • ✅ Aplib.Integrations.Unity.Tests.AplibRunnerTests - 1/1 - Passed in 0.155s
    • Test_ShouldCallAgentUpdate_WhenAgentStatusIsUnfinished - Passed in 0.155s
✅ playmode-results.xml - 55/55 - Passed in 455.806s
  • ✅ Testing.AplibTests.ASimpleKeyTests - 1/1 - Passed in 3.888s
    • FindKeyAndCorrectDoorOpensTest - Passed in 3.888s
  • ✅ Testing.AplibTests.ConnectedComponentsTests - 1/1 - Passed in 35.882s
    • CanVisitEveryConnectedComponent - Passed in 35.882s
  • ✅ Testing.AplibTests.GameplayTests - 2/2 - Passed in 267.959s
    • GodlikeGameplayCanWinTheGame - Passed in 125.312s
    • RealisticGameplayCanWinTheGame - Passed in 142.648s
  • ✅ Testing.AplibTests.HealthPotionAplibTest - 1/1 - Passed in 1.151s
    • PerformPotionTest - Passed in 1.151s
  • ✅ Testing.AplibTests.ItemSpawningTests - 1/1 - Passed in 122.487s
    • CanFindEndItem - Passed in 122.487s
  • ✅ Testing.AplibTests.MeleeAplibTest - 1/1 - Passed in 0.894s
    • PerformMeleeTest - Passed in 0.894s
  • ✅ Testing.AplibTests.MeleeEnemyAplibTest - 1/1 - Passed in 1.910s
    • PerformMeleeEnemyTest - Passed in 1.910s
  • ✅ Testing.AplibTests.MyFirstAplibTest - 1/1 - Passed in 1.258s
    • PerformMyFirstAplibTest - Passed in 1.258s
  • ✅ Testing.AplibTests.PathfindingTests - 1/1 - Passed in 6.553s
    • TransformPathfindingTest - Passed in 6.553s
  • ✅ Testing.AplibTests.RagePotionAplibTest - 1/1 - Passed in 1.361s
    • PerformRagePotionAplibTest - Passed in 1.361s
  • ✅ Testing.AplibTests.RangedEnemyAplibTest - 1/1 - Passed in 4.052s
    • PerformRangedEnemyTest - Passed in 4.052s
  • ✅ Testing.AplibTests.RangedWeaponTest - 1/1 - Passed in 0.255s
    • PerformCrossbowTest - Passed in 0.255s
  • ✅ Testing.AplibTests.TeleporterAplibTests - 1/1 - Passed in 3.153s
    • TeleportOnce - Passed in 3.153s
  • ✅ GameLoopTests - 2/2 - Passed in 0.034s
    • WhenGameManagerInstantiatedThenGameIsPlaying - Passed in 0.018s
    • WhenGameManagerPauseCalledThenGameIsPaused - Passed in 0.016s
  • ✅ RagePotionTest - 2/2 - Passed in 3.508s
    • RagePotionDoublesDamage - Passed in 0.264s
    • ReturnsToNormalAfterTimer - Passed in 3.244s
  • ✅ RangedWeaponTest - 2/2 - Passed in 0.543s
    • TestAmmo - Passed in 0.274s
    • TestIfDisabledWhenAmmoPouchNotPresent - Passed in 0.269s
  • ✅ SetStartTilePropertyTrueTests - 1/1 - Passed in 0.019s
    • SetStartTilePropertyTrueTest - Passed in 0.019s
  • ✅ WeaponAnimateTest - 1/1 - Passed in 0.215s
    • WeaponAnimateTestWithEnumeratorPasses - Passed in 0.215s
  • ✅ ConfigurationTests.EnemyMeleeValueInvalidTest - 3/3 - Passed in 0.056s
    • EnemyMeleeValueInvalidTest("",0) - Passed in 0.022s
    • EnemyMeleeValueInvalidTest("-2",0) - Passed in 0.017s
    • EnemyMeleeValueInvalidTest("1000",5) - Passed in 0.017s
  • ✅ ConfigurationTests.EnemyRangedValueInvalidTest - 3/3 - Passed in 0.051s
    • EnemyRangedValueInvalidTest("",0) - Passed in 0.017s
    • EnemyRangedValueInvalidTest("-2",0) - Passed in 0.017s
    • EnemyRangedValueInvalidTest("1000",5) - Passed in 0.017s
  • ✅ ConfigurationTests.ItemAmmoValueInvalidTest - 3/3 - Passed in 0.051s
    • ItemAmmoValueInvalidTest("",0) - Passed in 0.017s
    • ItemAmmoValueInvalidTest("-2",0) - Passed in 0.017s
    • ItemAmmoValueInvalidTest("1000",2) - Passed in 0.017s
  • ✅ ConfigurationTests.ItemHealthValueInvalidTest - 3/3 - Passed in 0.051s
    • ItemHealthValueInvalidTest("",0) - Passed in 0.017s
    • ItemHealthValueInvalidTest("-2",0) - Passed in 0.017s
    • ItemHealthValueInvalidTest("1000",2) - Passed in 0.017s
  • ✅ ConfigurationTests.ItemRageValueInvalidTest - 3/3 - Passed in 0.051s
    • ItemRageValueInvalidTest("",0) - Passed in 0.017s
    • ItemRageValueInvalidTest("-2",0) - Passed in 0.017s
    • ItemRageValueInvalidTest("1000",2) - Passed in 0.017s
  • ✅ ConfigurationTests - 15/15 - Passed in 0.257s
    • EnemyMeleeValueValidTest - Passed in 0.017s
    • EnemyOverflowInvalidTest - Passed in 0.017s
    • EnemyRangedValueValidTest - Passed in 0.017s
    • GridSizeXZEmptyStringTest - Passed in 0.017s
    • GridSizeXZInvalidMaxTest - Passed in 0.017s
    • GridSizeXZInvalidMinTest - Passed in 0.017s
    • GridSizeXZValidTest - Passed in 0.017s
    • ItemAmmoValueValidTest - Passed in 0.017s
    • ItemHealthValueValidTest - Passed in 0.017s
    • ItemOverflowInvalidTest - Passed in 0.017s
    • ItemRageValueValidTest - Passed in 0.017s
    • RoomValueInvalidMaxTest - Passed in 0.017s
    • RoomValueInvalidMinTest - Passed in 0.017s
    • RoomValueInvalidTest - Passed in 0.017s
    • RoomValueValidTest - Passed in 0.017s
  • ✅ KeyUnitTest - 1/1 - Passed in 0.018s
    • KeyBaseFunctionTest - Passed in 0.018s
  • ✅ IntegrationTests - 2/2 - Passed in 0.072s
    • Integration_CanChangeInputBackendPlayerSettingInEditor - Passed in 0.033s
    • Integration_CanSendAndReceiveEvents - Passed in 0.039s