Commit graph

5337 commits

Author SHA1 Message Date
Griatch
471bced78b Correct handling of migrations 2019-02-10 19:27:31 +01:00
Griatch
a0b6c0fa1a Add unittests for server.py 2019-02-10 19:01:27 +01:00
Griatch
81ab542d76 Make evennia-launcher hand all django-admin options correctly 2019-02-10 03:17:47 +01:00
Griatch
c4faa6879b Add tag/attr to create_account. More unit tests 2019-02-10 02:08:21 +01:00
Griatch
0dfea46d5c Change save/search_prototype, extend unittests 2019-02-09 16:52:02 +01:00
Griatch
dac10eef2b Fix unittest query compare 2019-02-08 20:34:01 +01:00
Griatch
181a3e04e7 Unittest object.get_obj_with_attr 2019-02-08 19:49:02 +01:00
Griatch
f3fa6bad07 Unittest manager get_object_with_account 2019-02-07 23:23:51 +01:00
Griatch
0f7d29783e Merge branch 'master' into develop 2019-02-07 22:04:47 +01:00
Griatch
c5a73174ab Fix bug in deleting capitalized attributes. Resolves #1776. 2019-02-07 22:04:12 +01:00
Griatch
95604616a3 Correct docstring for $dbref protfunc 2019-02-07 09:52:58 +01:00
Griatch
c121f4915e Update spawn doc to better explain protparents kwarg (see #1775) 2019-02-07 09:12:52 +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
5df842a9f3 Merge branch 'master' into develop 2019-02-04 21:48:07 +01:00
Griatch
992c993350 Check arg forwarding to django-admin as per #1774 - not supported in django version? 2019-02-04 21:28:16 +01:00
Griatch
84ccc899bc Merge branch 'master' into develop 2019-02-03 15:40:40 +01:00
Griatch
1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. 2019-02-03 15:17:32 +01:00
Griatch
cd5979eea0 Refactor unit test runner and one new unit test 2019-02-02 01:17:36 +01:00
Griatch
11d39a57b5 Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
Griatch
55eb026e95 Merge branch 'master' into develop 2019-01-29 18:27:46 +01:00
Griatch
fd74a2cdf6 Auto-create zope_interface.__init__.py if missing. 2019-01-29 18:18:47 +01:00
Griatch
a7694fb6e9 Fix mechanism catching amp errors 2019-01-29 17:44:48 +01:00
Griatch
d6ab9b3f5a Merge branch 'master' into develop 2019-01-23 21:16:24 +01:00
Griatch
ae979e852d Catch keyerrors in amp box, as per #1306 2019-01-23 21:15:14 +01:00
Griatch
f33407802d Resolve merge conflict 2019-01-17 23:04:11 +01:00
Griatch
a9fd49474d Correct use of callable in prototype creation 2019-01-17 23:03:11 +01:00
Griatch
bec9752b90 Merge branch 'Henddher-puzzles' into develop 2019-01-17 21:32:18 +01:00
Griatch
5a79cd6661 Some minor cleanup, PEP8, doc fixes
- Removed mention of @puzzle/arm switch since this didn't appear to
exist anymore
- Added full help docstrings for commands, including examples
- Added mention of other puzzle-commands to help, to aid the process
of creating and using a puzzle
- PEP8 cleanup
2019-01-17 21:30:24 +01:00
Griatch
ef0832707d Merge branch 'puzzles' of https://github.com/Henddher/evennia into Henddher-puzzles 2019-01-17 20:45:16 +01:00
Griatch
484e5e6b1c Merge pull request #1767 from vincent-lg/fix_candidates
Fix a slight error in search with candidates
2019-01-13 12:40:51 +01:00
Vincent Le Goff
22481fe752 Fix a slight error in search with candidates 2019-01-06 21:27:19 +01:00
Griatch
92c1444a3a Merge branch 'master' into develop 2019-01-04 19:53:15 +01:00
Griatch
f7857d6a2c Fix traceback in nick cmd. Resolves #1761 2019-01-04 19:52:55 +01:00
Griatch
b45cdcf8c2 Fix nix traceback. Resolves #1761. 2019-01-04 19:51:26 +01:00
Griatch
855e7f32b0 Re-add missing fix for candidates removed in refactor
Resolves #1763.
2019-01-04 19:36:31 +01:00
Griatch
598126d25c Merge branch 'master' into develop 2019-01-04 19:33:18 +01:00
Griatch
2bea75c27d Further clarifications in search docstring 2019-01-04 14:35:44 +01:00
Griatch
692266d1bb Clarifying use_dbref docstring 2019-01-04 12:56:43 +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
Griatch
e016ba921e Merge branch 'master' into develop 2019-01-01 15:15:30 +01:00
Griatch
352582541f Make help command accept use without a session 2019-01-01 03:29:55 +01:00
Henddher Pedroza
9d5c84f3d6 Cleanup 2018-12-30 21:36:42 -06:00
Griatch
daa9c55653 Merge branch 'master' into develop 2018-12-30 11:15:10 +01:00