Griatch
|
4fb5268acd
|
Fix of FuncParser nested any-output. Resolve #2908, #2902
|
2022-10-13 20:05:42 +02:00 |
|
Griatch
|
bd3e31bf3c
|
Run black reformatter on code
|
2022-02-08 13:03:52 +01:00 |
|
Griatch
|
5859de7054
|
Change to use super() instead of the old py2 style everywhere
|
2022-01-26 21:51:55 +01:00 |
|
Griatch
|
a8b52b76b3
|
Fix unit test base
|
2022-01-08 17:40:40 +01:00 |
|
Griatch
|
038c71213a
|
Fix tag homogenzation. Resolve #2524.
|
2022-01-08 16:57:18 +01:00 |
|
Griatch
|
19f920b6d4
|
Clean up all test suites
|
2022-01-07 16:12:12 +01:00 |
|
Griatch
|
e77bf5ce25
|
Merge branch 'master' into develop
|
2021-10-05 21:56:43 +02:00 |
|
henddher
|
182a969290
|
Unit test
|
2021-10-03 17:04:41 -05:00 |
|
henddher
|
33b61a9484
|
Convert key to lowercase in search_prototype.
|
2021-10-03 16:56:45 -05:00 |
|
Griatch
|
3bc841b781
|
Fix prototype attr-inheritance with mixed full/simple attrs. Resolve #2474.
|
2021-07-26 23:42:35 +02:00 |
|
Griatch
|
7891987e05
|
Fix unittests for funcparser refactor
|
2021-03-26 23:45:38 +01:00 |
|
Griatch
|
73eb9a935d
|
Make FuncParser integrate better with literal_eval by not nesting strings unnecessarily.
|
2021-03-18 09:39:41 +01:00 |
|
Griatch
|
773bb31f55
|
Replace inlinefunc parser with FuncParser mostly
|
2021-03-17 23:44:08 +01:00 |
|
Griatch
|
a3c34f5f39
|
Run black on sources
|
2020-09-19 14:02:03 +02:00 |
|
Griatch
|
d607bbb0fc
|
Optimize EvMore for prototypes, as per #2126
|
2020-09-14 23:35:21 +02:00 |
|
Griatch
|
e7efffd629
|
Use assertCountEqual for better handling db variations
|
2020-09-06 20:02:21 +02:00 |
|
Griatch
|
b086e95e19
|
Fix unittest for postgres ordering
|
2020-09-06 10:48:50 +02:00 |
|
Griatch
|
98bb8f6f79
|
Optimize queries for prototype lookup, as part of #2126.
|
2020-09-05 23:30:08 +02:00 |
|
Griatch
|
ca341278e9
|
Ran black on sources
|
2020-04-12 12:17:06 +02:00 |
|
Griatch
|
21f76560b8
|
Fix unit tests
|
2020-03-29 00:12:16 +01:00 |
|
Griatch
|
15f1eaaac0
|
Hide prototypes from CmdScripts output. Resolves #2067
|
2020-03-28 20:56:01 +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
|
47b362738d
|
Fix unit tests
|
2019-09-08 21:17:55 +02:00 |
|
Griatch
|
1d0d6bc7cf
|
Update unit tests for better postgres support
|
2019-03-21 22:35:58 +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
|
aa48593a40
|
Made all unit tests pass
|
2019-01-09 22:08:48 +01:00 |
|
Griatch
|
981119b640
|
Fix merge conflicts
|
2019-01-01 15:19:20 +01:00 |
|
Henddher Pedroza
|
cd9a91c377
|
Update test
|
2018-10-30 20:10:36 -05:00 |
|
Henddher Pedroza
|
979d24a12f
|
Remove prototypes._RE_DBREF and add new dbref() to protfuncs
|
2018-10-30 19:50:40 -05:00 |
|
Henddher Pedroza
|
f6d62e2f69
|
Harden mocked _obj_search() calls with passed in when applicable
|
2018-10-28 20:52:19 -05:00 |
|
Henddher Pedroza
|
bfeebc47ba
|
Assert protfuncs._obj_search is called ONLY when (), () and () are called.
Group tests according to protfuncs._obj_search() calls
|
2018-10-28 20:43:14 -05:00 |
|
Henddher Pedroza
|
c2ccc5d297
|
#1704: Update _RE_DBREF to match '(#Number)' so that it aliases to '(#Number)'
|
2018-10-28 09:43:01 -05:00 |
|
Henddher Pedroza
|
5a8858aab9
|
Tests for protfunc parser and _RE_DBREF
|
2018-10-27 18:20:54 -05:00 |
|
Henddher Pedroza
|
a2b79a2ff1
|
Demonstrate potential problem with
|
2018-10-27 13:16:28 -05:00 |
|
Griatch
|
95c3adc163
|
Fix ordering of prototype diff output for test
|
2018-10-14 10:56:44 +02:00 |
|
Griatch
|
58116ff900
|
Remove basestring mentions remnants of 2.7
|
2018-10-13 19:30:24 +02:00 |
|
Griatch
|
14eea024bb
|
Correct tag handling in prototype; fix unittests
|
2018-10-07 18:45:28 +02:00 |
|
Griatch
|
550a25820d
|
Fix unittests. Implement #1675.
|
2018-10-06 21:00:31 +02:00 |
|
Griatch
|
3537ae13a4
|
Correct issues with object-update in OLC menu. Resolves #1647.
|
2018-09-22 22:27:50 +02:00 |
|
Griatch
|
982f977429
|
Continuing bug fixes
|
2018-09-22 17:23:31 +02:00 |
|
Griatch
|
cbfe6d9e38
|
Resolve unit tests
|
2018-09-21 00:24:19 +02:00 |
|
Griatch
|
f31433c3ef
|
Fix unit tests
|
2018-09-19 23:49:46 +02:00 |
|
Griatch
|
a29b46d091
|
Cleanup, bug fixes, refactoring
|
2018-09-19 22:51:27 +02:00 |
|
Griatch
|
b6675b854e
|
Resolve unittests
|
2018-08-12 13:37:19 +02:00 |
|
Griatch
|
d4ba24934c
|
Correct unittests
|
2018-07-30 20:19:46 +02:00 |
|
Griatch
|
02b4eb8b25
|
Fix attr assignmen issue in olc menu
|
2018-07-30 17:38:59 +02:00 |
|
Griatch
|
e1cc36e4d4
|
Complete refactoring of main nodes. Remain spawn/load/save
|
2018-07-28 19:58:20 +02:00 |
|