Commit graph

151 commits

Author SHA1 Message Date
Griatch
ff16eb1bfe Make log rotation also limited by size and controllable from settings. Resolves #2041 2020-01-29 23:16:53 +01:00
Griatch
55a3022032 Further update to test suite for different dbs 2020-01-28 22:47:44 +01:00
Griatch
944cf31538 Let tests handle higher dbrefs from other dbs 2020-01-28 22:08:20 +01:00
Griatch
db17ece61b Ran black on sources 2020-01-18 00:15:02 +01:00
Griatch
de936b60c0 Merge conflicts 2020-01-17 22:29:07 +01:00
Johnny
69c6f3b443 Resolves trailing whitespace. 2020-01-13 20:46:42 +00:00
Johnny
39fa8dacdf Improves existing and implements additional tests for multitype filtering. 2020-01-13 20:12:09 +00:00
Griatch
69d85bd184 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Johnny
54b2572538 Adds checks for null search terms and dbref range. 2020-01-10 21:32:21 +00:00
Johnny
5339b80743 Makes CmdFind querying use iterators to minimize memory ballooning. Refactors some redundant rendering code. 2020-01-10 20:56:44 +00:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
040bf50703 Fix typo, run black 2019-09-30 19:05:09 +02:00
Aaron McMillin
ba3db1731d [#1928] PR feedback, documentation, error handling 2019-09-29 21:45:33 -04:00
Aaron McMillin
186bc09b4d [#1928] change to plus for append/insert 2019-09-29 21:01:04 -04:00
Aaron McMillin
ed58502246 [#1928] Special handling for lists and tuples 2019-09-29 21:01:04 -04:00
Aaron McMillin
cb04a71a23 [#1928] Fix deleting non-existent items 2019-09-29 21:01:04 -04:00
Aaron McMillin
772cfda693 [#1928] Edit existing nested 2019-09-29 21:01:04 -04:00
Aaron McMillin
2dfb327f88 [#1928] fix nested delete bug 2019-09-29 21:01:04 -04:00
Aaron McMillin
1a1203fcb6 [#1928] Delete nested 2019-09-29 21:01:04 -04:00
Aaron McMillin
d83e3d471e [#1928] Create and access data structures 2019-09-29 21:01:04 -04:00
Aaron McMillin
f9bd07c3ed [#1928] Helper functions and tests 2019-09-29 20:58:48 -04:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
f64a44ce35 Fix unit tests for new py style 2019-08-09 08:44:39 +02:00
Griatch
aa6b403cd1 Remove @ from default commands. Update docstrings 2019-06-17 22:04:59 +02:00
Griatch
86be1e519b Minor tweak to unit test 2019-03-30 23:09:25 +01:00
Griatch
64d99aaf11 Fix race condition bug in search discovered by comparing with postgres result 2019-03-23 21:33:41 +01:00
Griatch
a9460cffad Update contrib tests for postgres 2019-03-21 18:32:58 +01:00
Griatch
ca5c7cd188 Correct command unit tests for postgres 2019-03-21 18:07:31 +01:00
Griatch
90b42ca6fb Fix merge conflicts 2019-03-04 22:32:51 +01:00
Griatch
0dfea46d5c Change save/search_prototype, extend unittests 2019-02-09 16:52:02 +01:00
Griatch
415f0c4b4d Correct spawn unittest 2019-02-07 00:36:39 +01:00
Griatch
a3809ae877 Complete extending building unit tests 2019-02-07 00:23:35 +01:00
Griatch
9a60ce6353 Update unittest for open command 2019-02-06 21:34:36 +01:00
Griatch
7ea1a2f28d Another small fix 2019-02-06 00:15:18 +01:00
Griatch
3188f66436 Fix test typo 2019-02-06 00:10:26 +01:00
Griatch
bc223a2e92 Add more unit tests to build commands 2019-02-05 23:51:30 +01:00
Griatch
fe376795ec Add partial unittests for EvEditor 2019-02-05 01:14:32 +01:00
Griatch
74f22791d8 Resolve merge conflicts 2019-02-03 15:45:17 +01:00
Griatch
11d39a57b5 Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
Griatch
c3ebd8d251 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
981119b640 Fix merge conflicts 2019-01-01 15:19:20 +01:00
Johnny
7be0ef60ad Adds delete() lock to characters by default. 2018-11-07 20:44:48 +00:00
Griatch
e01fc751d8 Merge branch 'master' into develop 2018-10-23 15:18:49 +02:00
Henddher Pedroza
e956bcf3be Add 'examine' as valid switch alias for 'show' with its corresponding tests 2018-10-21 14:15:34 -05:00
Henddher Pedroza
1cbbdf5410 Harden test '@spawn/edit <valid-prototype>' by asserting that olc_menu has been loaded with valid-prototype.UX Enhancement to OLC menu. Underneath the title, display 'Editing: key(prototype_key)' of the prototype being edited. If none, show blank line 2018-10-21 13:43:36 -05:00
Henddher Pedroza
f70fa467f5 Test @spawn/edit BALL (synonym) 2018-10-20 20:22:11 -05:00
Henddher Pedroza
9f26d4b728 code cleanup 2018-10-20 20:12:55 -05:00
Henddher Pedroza
931290a7a0 Handle '@spawn/edit ' (no prototype key given) brings OLC menu. Handle '@spawn/edit testball' brings OLC menu. Handle '@spawn/edit NO_EXISTS' that returns error 2018-10-20 20:11:41 -05:00
Henddher Pedroza
414f72c3b0 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-20 18:18:59 -05:00
Griatch
87abbbcd2e Merge branch 'master' into develop 2018-10-21 00:19:34 +02:00