Commit Graph

14 Commits

Author SHA1 Message Date
Steven Black
03c247bfab Test to accompany accepting IP followed by host IP address. 2018-03-14 00:10:07 -04:00
funilrys
318389b08f
Introduction of more tests cases
Please note that this patch introduce more tests cases
in order to avoid future issue when calling `domains_to_idna()`
2018-03-04 11:18:50 +01:00
funilrys
4798710029
Introduction of domain_to_idna() tests. 2018-03-02 22:23:21 +01:00
Ankit Pati
9a8b507f6e
update defaults dictionary for minimise switch 2018-02-17 07:22:45 +05:30
Stefano
ce8d3abf7e Added an option to compress the created host file.
In particular, the compression option removes non-necessary lines (empty lines and comments) and puts multiple domains in each line.
This option should solve the issue #411 regarding the DNS client service of Windows.
2017-12-30 17:12:04 +01:00
gfyoung
24ab22e139
Refactor out source data updating 2017-08-20 11:52:28 -07:00
Steven Black
3edb53c7d9 Remove references to .zip files in the tests. 2017-08-20 12:00:38 -04:00
gfyoung
f83a56d317 Refactor out global settings usage in update logic 2017-08-09 08:13:22 -07:00
gfyoung
942069db81 Refactor out global settings usage in exclusions 2017-08-07 08:43:47 -07:00
gfyoung
50dd78f74d Add Python 3.5 testing to Travis 2017-08-02 20:57:11 -07:00
gfyoung
4b96f3f34a Refactor out global settings usage in user prompt 2017-07-13 08:20:03 -07:00
Indrajit Raychaudhuri
e8aeadb6b3 Add more tests for normalized host filter 2017-07-08 19:52:30 -05:00
gfyoung
415b89a022 Reduce dependency on global settings variable
Global variables make code less modular
and therefore more difficult to test.
2017-07-03 18:42:15 -07:00
gfyoung
dce24af399 Add unittests for updateHostsFile.py 2017-06-28 20:13:01 -07:00