]> ToastFreeware Gitweb - philipp/winterrodeln/wrpylib.git/history - tests
Nähere Details zu Rodelverleihs.
[philipp/winterrodeln/wrpylib.git] / tests /
2022-03-18 Philipp SpitzerRename files for consistency.
2022-03-18 Philipp SpitzerCreate function strip_eol().
2022-03-15 Philipp SpitzerCreate function optional_set.
2022-03-15 Philipp SpitzerCreate function get_sledrun_description.
2021-11-28 Philipp SpitzerAdd functions lonlat_to_json and lonlat_ele_to_json.
2021-11-28 Philipp SpitzerCorrectly represent operator in Rodelbahnbox dict.
2021-10-29 Philipp SpitzerWrite function to resolve references ("$ref").
2021-10-29 Philipp SpitzerAdd test to check error message.
2021-10-28 Philipp SpitzerType of arrays are not tested.
2021-10-26 Philipp SpitzerFurther work on order_json_keys.
2021-10-26 Philipp SpitzerStart to work on function sorting JSON data based on...
2021-10-19 Philipp SpitzerCopy converting JSON to wikitext from wradmin.
2021-09-29 Philipp SpitzerThe order of XML attributes is now retained.
2021-09-29 Philipp SpitzerPEP8 improvements.
2021-09-29 Philipp SpitzerMention package name in some imports.
2021-09-29 Philipp SpitzerRemove Python 3.4 shebang.
2021-09-29 Philipp SpitzerAvoid remaining usage of LonLat(None, None), instead...
2021-09-29 Philipp SpitzerFix test usage of mwparserfromhell.
2021-09-29 Philipp SpitzerNew table structure in MediaWiki: slots and content.
2021-07-26 Philipp SpitzerParameter min and max of int_to_string are now minimum...
2021-02-12 Philipp SpitzerAdd Bavaria.
2021-02-11 Philipp SpitzerAdd DEM Switzerland.
2021-02-11 Philipp SpitzerImplement bounding box check.
2021-02-09 Philipp SpitzerImplement DEM for South Tyrol.
2021-01-26 Philipp SpitzerCreate test for wrdem.py.
2020-06-29 Philipp SpitzerPEP 8 improvements.
2020-06-29 Philipp SpitzerFix test_wrreportcache_table.
2020-06-29 Philipp SpitzerCopy testdb.sql from wradmin project.
2020-06-29 Philipp SpitzerAdjust expected data types in tests.
2020-06-29 Philipp SpitzerInsert testdb.sql as raw SQL.
2020-01-10 philippSupport "real" UTF-8 by changing to utf8mb4 (winterrode...
2017-12-25 philippNow using explicit test database philipp_winterrodeln_w...
2017-12-25 philippReuse test database for wrpylib tests.
2017-01-29 philippMoved dbkey_to_title from mwapi to mwmarkup.
2017-01-29 philippReplaced assert statements with assertEqual in test_wrm...
2017-01-29 philippMade test_wrregioncache_table independent of wrregionca...
2017-01-29 philippAdded tests for inn_from_gasthausbox and inn_to_gasthau...
2017-01-29 philippChanged some subtests in test_inn_from_gasthausbox...
2017-01-29 philippCosmetic whitespace change.
2017-01-29 philippAdded further tests for test_inn_to_gasthausbox_none.
2017-01-29 philippAdded further tests for inn_from_gasthausbox.
2017-01-29 philippAdded test_wrreportcache_table, test_wrregion_table...
2017-01-29 philippMade tests in test_wrmwdb more powerful.
2017-01-29 philippReplaced direct assert with assertEqual in TestMySqlPython.
2017-01-29 philippMerged test_mysqlpython.py with test_mwdb.py.
2017-01-29 philippMerged test_sqlalchemy.py with test_mwdb.py.
2017-01-29 philippOmitting _table suffix for tests in wrpylib.mwdb.
2017-01-29 philippNow using metadata from setUp method in all tests for...
2017-01-29 philippAdded test for table user in wrpylib.mwdb.
2017-01-29 philippImproved existing tests for wrpylib.mwdb.
2017-01-27 philippRemoved tests for functions that are not used anymore.
2017-01-27 philippImplemented TestInn.test_inn_to_gasthausbox.
2017-01-27 philippAdded more test cases to TestWikipage.test_from_str...
2017-01-27 philippAdded more tests to TestOptWikipageEnum.test_from_str...
2017-01-27 philippRemoved "from wrpylib.wrmwmarkup import *" in test_wrmw...
2017-01-27 philippImplemented TestInn.test_inn_from_gasthausbox.
2017-01-27 philippAdded further test in TestUrl.test_from_str.
2017-01-27 philippFixed typos in test titles.
2017-01-24 philippConverted encoding to UTF-8.
2017-01-24 philippRemoved unnecessary lines.
2016-10-20 philippRemoved unused variable.
2016-10-20 philippRemoved unnecessary whitespace.
2016-10-20 philippRemoved unnecessary whitespace.
2016-10-20 philippRemoved unused imported types module.
2016-10-11 philippImplemened tets for sledrun_to_rodelbahnbox and sledrun...
2016-10-11 philippAdded further tests for wrvalidators module.
2016-10-11 philippAdded test for db_key_to_title.
2016-02-02 philippStarted updating functions and tests in wrmwmarkup.
2016-02-02 philippAdded function format_template_oneline.
2016-02-02 philippRenamed template_to_table to format_template_table.
2016-02-02 philippFixed test_template_to_table.
2016-02-02 philippRemoved unused test classes.
2016-02-02 philippConverted encoding from ISO8859-15 to UTF-8.
2016-02-02 philippChanged the implementation of value_comment_from_str...
2016-02-02 philippAdded pulbic transport test.
2016-02-02 philippAdded avalanches tests.
2016-02-02 philippFixed TestChoice: test_ was missing before the from_str...
2016-02-02 philippImplemented test for bool_germen_from/to_german.
2016-02-02 philippImplemented some missing test cases.
2016-02-02 philippImplemented Gasthausbox converter and test.
2016-02-02 philippFixed tests that failed because of missing parameters.
2016-02-02 philippRe-enabled test that failed for masked email addresses.
2016-02-02 philippMoved the expected value to first position in assertion...
2016-02-02 philippReorder tests.
2016-02-02 philippReordered functions.
2016-02-02 philippImplemented wikipage converter.
2016-02-02 philippIntroduced opt_uint_converter converter and implemented...
2016-02-02 philippImplemented emails converter.
2016-02-02 philippRemoved unused TestConverter.
2016-02-02 philippImplemented masked_email.
2016-02-02 philippRemove print from TestEmail.
2016-02-02 philippFixup for E-Mail converter.
2016-02-02 philippImplemented E-Mail converter.
2016-02-02 philippIntermediate commit
2015-05-23 philippReplaced shebang line from python2.7 to python3.4.
2015-05-23 philippModifications done by "2to3-3.4 -w -n".
2015-04-01 philippAdded a test for wrmwcache.py
2015-03-31 philippNow the tests are using the unittest module.
2014-03-17 philippAdded test to GasthausboxValidator.
2014-03-17 philippAdded test to GasthausboxDictValidator.
next