Commit graph

162 commits

Author SHA1 Message Date
Griatch
b5195a6e96 [feat] Script refactor; decouple timer component from script lifetime. Resolve #1715 2021-03-07 10:34:01 +01:00
Griatch
36d8a16a80 Fix unit tests for develop branch 2020-11-14 10:54:31 +01:00
Griatch
443310b1c4 [Resolve merge conflicts 2020-09-19 14:19:40 +02:00
Griatch
a3c34f5f39 Run black on sources 2020-09-19 14:02:03 +02:00
Griatch
9cdc37355c Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
d022c9c7bc Fix unittest error for dice contrib 2020-08-06 00:22:48 +02:00
Griatch
f53db0079c Fix gendersub, add new unittest 2020-07-18 16:10:28 +02:00
trhr
d27446b8ac updated test 2020-05-18 17:58:40 +02:00
Griatch
20a1d6139c Merge branch 'aws-s3-cdn' of https://github.com/trhr/evennia into trhr-aws-s3-cdn 2020-04-11 21:14:43 +02:00
trhr
28e4219e76 Refactored and fixed tests 2020-04-10 00:20:59 -05:00
trhr
25ab0a8bbb added tests 2020-03-20 22:03:14 -05:00
Griatch
0aa38eddab Make RPSystem CmdRecog list recogs if given no args. Resolve #2059. 2020-02-29 14:00:04 +01:00
Griatch
69d85bd184 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
7f3c6dd918 Change tutorial typeclass to Tutorial Readable and TutorialClimbable. Improve error report for failed typeclass import. 2019-08-24 16:55:46 +02:00
Griatch
94918c8b72 [fix] Fix unit tests 2019-06-03 18:28:11 +02:00
Chason Chaffin
73f82d0ad1 Fixing tests for new gametime tests
It appears that some mocks setup for gametime in the contrib
library were causing issues with the gametime tests. I've switched
those mocks to be patches instead so they are cleared out when
the test finishes.
2019-04-19 10:40:19 +09:00
Griatch
a5aec53a9e Refactor mail contrib with CmdMail, CmdMailCharacter etc. Resolves #1802 2019-04-07 21:50:27 +02:00
Griatch
958467d785 handle another special unittest case 2019-03-24 00:36:10 +01:00
Griatch
fa3588be20 Assign crumbling wall dest for sake of postgres 2019-03-23 16:46:31 +01:00
Griatch
1d0d6bc7cf Update unit tests for better postgres support 2019-03-21 22:35:58 +01:00
Griatch
a9460cffad Update contrib tests for postgres 2019-03-21 18:32:58 +01:00
Griatch
3504d95402 Merge branch 'develop' into develop-py3 2019-03-21 16:45:50 +01:00
Griatch
5bf2280036 Solved remaining unittest issues with py3 2019-03-19 19:29:33 +01:00
Griatch
ce79c4aeed Update contrib unit tests 2019-03-17 13:52:46 +01:00
Griatch
1c9ca4b11c Resolve merge conflicts 2019-03-17 13:43:06 +01:00
Vincent Le Goff
7293af5d5a Fix #1577 2019-03-13 11:34:43 +01:00
Griatch
90b42ca6fb Fix merge conflicts 2019-03-04 22:32:51 +01:00
Griatch
e280b5a9da Fix health bar unittest 2019-02-23 22:31:06 +01:00
Griatch
b0a71b8763 Fix health bar unittest 2019-02-23 22:30:40 +01:00
Griatch
33b37b5df2 Fix unittest error caused by to_str change 2019-01-19 18:34:48 +01:00
Griatch
690ed6ecd1 Fix merge conflicts 2019-01-17 23:08:19 +01:00
Henddher Pedroza
74279720b6 Remove FIXME:. Scripts names are case-insensitive 2019-01-03 20:07:27 -06:00
Henddher Pedroza
54e68f99c4 Refactor use command to abstract puzzle matching functionality into unit-testable functions. More tests 2019-01-01 23:05:41 -06:00
Henddher Pedroza
45e123fe78 Replace word stone with word steel 2018-12-02 12:09:00 -06:00
Henddher Pedroza
1e4cfafdaa Cleanup 2018-11-11 19:17:52 -06:00
Henddher Pedroza
e52e68a08e Addition of mask to puzzles. Mask allows to mask-out part attributes during parts-and-recipes matching 2018-11-11 18:54:15 -06:00
Henddher Pedroza
6254762b41 Minor cleanup and when more than one puzzle can be resolved, don't show their names but just how many 2018-11-05 18:41:25 -06:00
Henddher Pedroza
d46472d91b Puzzle recipe with uppercase letter FAILS to be resolved 2018-10-28 10:56:15 -05:00
Henddher Pedroza
97dfcd81b5 e2e of puzzle that consumes all parts and produces no results 2018-10-28 10:53:42 -05:00
Vincent Le Goff
57f1c53ce0 Fix two bugs in unittest (one Windows-specific) 2018-10-14 11:44:35 +02:00
Griatch
5050b56ff1 Specify seconday sorting to stabilize test case 2018-10-14 00:50:07 +02:00
Henddher Pedroza
62f94f1cbd force PuzzleRecipe.db.puzzle_name to be stored as 'str' instead of unicode. Corresponding testcase 2018-10-13 16:47:06 -05:00
Griatch
e9bb903943 Reverse order of language in test 2018-10-13 22:27:12 +02:00
Henddher Pedroza
c7907cbf6c Merge conflict 2018-10-06 06:56:24 -05:00
Henddher Pedroza
2d7d6a8b78 Remove PuzzlePartObject and typeclass dependency 2018-10-02 15:17:15 +01:00
Griatch
72f4fedcbe Merge with develop and fix merge conflicts 2018-10-01 20:58:16 +02:00
Griatch
afaadf77cc Merge branch 'fieldfill' of https://github.com/FlutterSprite/evennia into FlutterSprite-fieldfill 2018-09-25 20:50:34 +02:00
Henddher Pedroza
555e8e5ac9 Add add/del(part) and add/del(results) switches to @puzzleedit to modify recipes 2018-09-18 22:46:01 -05:00