Commit graph

8824 commits

Author SHA1 Message Date
Griatch
db6d2bf4df Merge with main 2023-03-24 15:23:51 +01:00
Griatch
cd7f34ee14 Fix mention of guest in permission docs. Resolve #3141 2023-03-23 23:40:34 +01:00
Griatch
0fe07a513f Fix errors in wilderness contrib docs. Resolve #3144 2023-03-23 23:31:29 +01:00
Griatch
819fb8272a Fix bug in logger. Resolve #3149 2023-03-23 23:19:14 +01:00
Griatch
2f14b978b6 Update tickerhandler docs. Resolve #3148 2023-03-19 23:13:46 +01:00
Griatch
965e2f7ce7 Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134 2023-03-18 12:09:42 +01:00
Griatch
7777ff71cc Have is_ooc lockfunc return True if no session found. Resolve #3129 2023-03-18 10:24:06 +01:00
Griatch
596a081a64 Fix evmenu doc example 2023-03-17 22:19:09 +01:00
Griatch
ecb0c29edc Update changelog 2023-03-17 22:19:09 +01:00
Griatch
ccf173f2fa Add support for saving maxlen of deque in Attributes 2023-03-17 22:19:09 +01:00
Griatch
0c9e3691ac Update chagelog 2023-03-17 22:18:31 +01:00
Griatch
ed166fc07e Update combat api docs 2023-03-17 22:17:47 +01:00
Griatch
82a71062f9 Merge pull request #3135 from pontuspr/6-merge-unit-tests-into-same-branch
Increase code coverage for scripts package
2023-03-17 21:55:50 +01:00
Griatch
ceeebbdd79 Add combat summary stat 2023-03-13 22:13:32 +01:00
Storsorken
1c21545130 bug: stop repeating script before test ends
Test might otherwise causing unexpected side effects
2023-03-13 20:50:01 +01:00
Storsorken
12ad2d13ab fix: rename ListIntervalsScript due to global name
Rename ListIntervalsScript to TestingListIntervalScript to avoid potential name clashes
2023-03-13 20:33:18 +01:00
Griatch
35c3e60243 Merge pull request #3138 from Antrare/patch-6
Update tb_basic.py
2023-03-13 19:48:14 +01:00
Griatch
7971e6c2ff Start turn-based menu 2023-03-10 21:27:15 +01:00
Griatch
37d49dc852 Merge pull request #3133 from Machine-Garden-MUD/main
Fix f-string in clothing contrib
2023-03-10 21:17:18 +01:00
Antrare
12efd183f1 Update tb_basic.py
Fixing issue with at_pre_move not having the updated arguments for 1.0
2023-03-09 12:20:38 +11:00
Storsorken
80db329fad docs: #21 fix comment 2023-03-08 13:55:19 +01:00
Storsorken
5de52855d1 docs: #21 add missing docstrings
Add missing docstrings for scripts/tests.py
2023-03-08 13:45:32 +01:00
Storsorken
99d4f36bf6 docs: #21 move comment 2023-03-08 13:22:39 +01:00
Storsorken
3b30f6f4a1 fix: #21 fix imports 2023-03-08 13:20:26 +01:00
Storsorken
dd442e9338 fix: #20 separate tests in Test_improve_coverage 2023-03-08 12:25:33 +01:00
Storsorken
6d1e85b198 fix: #18 revert unnecessary newline change 2023-03-07 19:50:22 +01:00
Storsorken
17a2cc2c90 fix: #18 clean up patch
Fix white space changes.

End of file newline has been re-added and and some unnecessary whitespace changes have been reverted
2023-03-07 19:46:41 +01:00
Storsorken
5887d03058 Merge pull request #14 from pontuspr/2-increase-test-coverage-for-scriptsmonitorhandlerpy
#2 increase test coverage for scriptsmonitorhandlerpy
2023-03-07 11:31:32 +01:00
Pontus Prüzelius
a55a31f0be Merge branch '6-merge-unit-tests-into-same-branch' of github.com:pontuspr/evennia into 2-increase-test-coverage-for-scriptsmonitorhandlerpy 2023-03-07 11:13:24 +01:00
hannapeters
7b44555fd2 Merge pull request #13 from pontuspr/11-increase-test-coverage-for-scriptsscriptspy
Merge in new tests for scripts.py
2023-03-06 22:52:53 +01:00
Pontus Prüzelius
ddf51bd702 doc: dummy_func explained 2023-03-06 21:54:18 +01:00
Griatch
f42f4bf23e Finish tests for combathandler 2023-03-06 21:50:20 +01:00
Griatch
4a08a6ae94 Fix tests 2023-03-06 20:15:27 +01:00
Griatch
6a7f59eaab More combat tests 2023-03-06 20:15:27 +01:00
Griatch
b0d6af9cc3 Continue making unit tests for combathandler 2023-03-06 20:15:27 +01:00
Griatch
3f96004e99 Start combat unit testing 2023-03-06 20:15:27 +01:00
Griatch
890cee5c91 Made first version of ticker-based combat mechanism 2023-03-06 20:15:27 +01:00
Griatch
052683fce8 Start adding combat commands 2023-03-06 20:15:27 +01:00
Griatch
a5afa75f59 Rebuild/cleanup evadventure combat handler 2023-03-06 20:15:27 +01:00
Griatch
96c8e78aba Starting refactor of evadventure-combathandler 2023-03-06 20:15:27 +01:00
Griatch
9c9702dce4 Update changelog 2023-03-06 20:15:08 +01:00
Griatch
6e8e3bacdd Add support for saving maxlen of deque in Attributes 2023-03-06 20:14:03 +01:00
Wendy Wang
d27e2c7767 Fix f-string in clothing contrib
Fixes #3132
2023-03-06 10:45:36 +01:00
Storsorken
2e4bced351 Tests: #11 test force_repeat
Test forcing script to run that is scheduled to run in the future
2023-03-06 01:24:22 +01:00
Storsorken
d044e31f08 tests: #11 add test for __call__
Add test for __call__ in ExtendedLoopingCall class

Test __call__ modifies start_delay and starttime if start_delay was previously set
2023-03-05 20:43:14 +01:00
Storsorken
f31b954bd7 tests: #11 add test for invalid argument
Tests invalid argument to start method in ExtendedLoopingCall class throws ValueError
2023-03-05 20:20:26 +01:00
Griatch
f66db3344d Update djangodoc references also in READMEs, as per #3126 2023-03-04 20:10:12 +01:00
Griatch
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Pontus Prüzelius
17f7c0750b feat: tests for add/remove attributes from monitorhandler 2023-03-03 19:49:14 +01:00
Pontus Prüzelius
25e6fd9a3b doc: added documentation to added tests #2 2023-03-03 18:31:12 +01:00