Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Remove test case with non-deterministic result | Petr Vaněk | 2022-11-05 | 1 | -1/+0 |
| | | | | | | | | | | Removed test case does not work with luajit-2.1 anymore as it depends on internal behavior of lujait-2.0. The order of URL list returned by `extract_specific_urls` function from `lualib/lua_util` depends on order of keys in table of TLDs. The test case incorrectly expects "net" and "com" being in front of the table, however, "org" can appear there as well. | ||||
* | [Test] Oops, add a missing require | Vsevolod Stakhov | 2021-11-24 | 1 | -2/+2 |
| | |||||
* | [Test] Add a simple config helper for the unit tests | Vsevolod Stakhov | 2021-11-24 | 1 | -24/+3 |
| | |||||
* | [Test] Fix unit tests | Vsevolod Stakhov | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | [Minor] Test: Sort tables when asserting | Vsevolod Stakhov | 2020-07-06 | 1 | -16/+10 |
| | |||||
* | [Minor] Another fix to extract_specific | Vsevolod Stakhov | 2019-08-30 | 1 | -1/+0 |
| | |||||
* | [Test] Improve urls extraction tests | Vsevolod Stakhov | 2019-08-29 | 1 | -56/+189 |
| | |||||
* | [Rework] Lua_util: Another rework for extract_specific_urls | Vsevolod Stakhov | 2019-08-20 | 1 | -3/+3 |
| | |||||
* | [Test] Update unit tests | Vsevolod Stakhov | 2019-08-19 | 1 | -5/+11 |
| | |||||
* | [Test] fixed unit test | Mikhail Galanin | 2018-10-09 | 1 | -2/+1 |
| | |||||
* | [Test] one more test case | Mikhail Galanin | 2018-10-08 | 1 | -35/+55 |
| | |||||
* | [Test] Use init_url() frim the new helper | Mikhail Galanin | 2018-09-21 | 1 | -10/+2 |
| | |||||
* | [Test] Rewrote test using new assertion | Mikhail Galanin | 2018-09-19 | 1 | -4/+2 |
| | |||||
* | [Minor] added test parsing html/phished urls | Mikhail Galanin | 2018-07-31 | 1 | -12/+111 |
| | |||||
* | [Minor] Pass params via table instead of long arglist. Added esld_limit ↵ | Mikhail Galanin | 2018-07-31 | 1 | -0/+127 |
param to lua_util.extract_specific_urls() |