Commit Graph

153 Commits

Author SHA1 Message Date
Sébastien Lavoie
094f44b369 Improve readability and fix minor typos. 2018-12-30 20:49:38 -06:00
Arun Prakash Jana
3d528d303d
Fix build break 2018-12-29 05:29:40 +05:30
Chris Drexler
be551c60f8 Merge branch 'feature/import-firefox-json' of https://github.com/ckolumbus/Buku into feature/import-firefox-json 2018-12-28 10:51:05 +01:00
Chris Drexler
90237ea8bf FIX(test) formatting errors in test for ff json 2018-12-28 10:50:03 +01:00
rachmadaniHaryono
1354ea42b3 chg: test: exp res 2018-12-26 21:39:30 +08:00
rachmadaniHaryono
cc65ee5b82 fix: test: page title 2018-12-26 21:25:38 +08:00
Chris Drexler
5bc1ab63da ADD(buku) simplify test & add docu for ff json imp 2018-12-26 11:25:22 +01:00
Chris Drexler
e6f3debdda ADD(buku) more tests for import_firefox_json 2018-12-25 20:43:51 +01:00
Chris Drexler
3795978c07 FIX(test) flake8 fixes in ff json import tests 2018-12-18 21:17:21 +01:00
Chris Drexler
da7cd0b1a4 ADD(buku) tests for firefox json import 2018-12-18 21:11:29 +01:00
Chris Drexler
b016db1d50 NEW(buku) add first attempt of firefox json import
- not working yet, only print outs should be done
- issues with iteration (worked with standalon python function)
2018-12-17 22:46:39 +01:00
rachmadaniHaryono
b51ef69c5e chg: test: use url zip for firefox bm load 2018-10-30 10:21:21 +08:00
rachmadaniHaryono
1713b8372d chg: test: shorten time for test_browse_by_index 2018-10-30 10:21:21 +08:00
rachmadaniHaryono
cf3e68e3ca fix: test: using example.com 2018-10-30 10:19:54 +08:00
rachmadaniHaryono
41cf1d2223 fix: test: test_search_by_multiple_tags_search_any 2018-10-30 10:19:53 +08:00
rachmadaniHaryono
99cc6332ed fix: test: test_bukudb flake8 error 2018-10-30 10:19:53 +08:00
rachmadaniHaryono
95547f85a6 chg: test: update test on browser bm load
- use local test file
- comment line on dumping the data
- print info when dumping the data
2018-10-30 10:18:41 +08:00
rachmadaniHaryono
1f2d5bb37e new: test: add file needed for test
chg: test: remove places.sqlite
2018-10-30 10:18:41 +08:00
rachmadaniHaryono
732235c704 new: test: cassette 2018-10-30 10:18:41 +08:00
rachmadaniHaryono
ac55d322a4 chg: test: shorten time for 5 longest test
- also use example.com instead of test.com
2018-10-30 10:18:40 +08:00
Arun Prakash Jana
41d2089484
Fix build break 2018-10-30 06:20:05 +05:30
Arun Prakash Jana
a9afc78f7e
Jump to prompt if no args 2018-09-02 12:07:09 +05:30
Arun Prakash Jana
77894f830e
Skip test_print_rec_hypothesis() 2018-08-30 05:57:50 +05:30
Arun Prakash Jana
bf48169204
Fix test result 2018-08-07 03:22:50 +05:30
rachmadaniHaryono
f823a6aecc chg: test: simplify test_get_PoolManager 2018-08-06 15:51:36 +08:00
rachmadaniHaryono
9d2b414384 fix: test: test_add_rec_add_invalid_url 2018-08-06 15:47:38 +08:00
rachmadaniHaryono
41b8785a4e fix: test: test_network_handler_with_url 2018-08-06 15:42:46 +08:00
rachmadaniHaryono
c0af32544a chg: test: use http for example.com 2018-08-06 14:37:28 +08:00
rachmadaniHaryono
8e6c53f404 chg: test: more test on to_temp_file_content func 2018-08-06 14:19:21 +08:00
rachmadaniHaryono
f80e5b241a fix: test: test_to_temp_file_content 2018-08-06 13:58:44 +08:00
rachmadaniHaryono
098d0d5e71 chg: test: remove test_get_page_title 2018-08-06 13:18:13 +08:00
rachmadaniHaryono
77fc10b6ee chg: test: remove BukuHTMLParser 2018-08-06 13:15:55 +08:00
rachmadaniHaryono
b567dd2a64 chg: test: get_page_title func 2018-08-01 20:08:30 +08:00
rachmadaniHaryono
1a0b5bd328 new: test: 2 url for testing 2018-08-01 19:57:34 +08:00
rachmadaniHaryono
496238262f fix: test: fetch title 2018-08-01 19:57:34 +08:00
rachmadaniHaryono
8180711a33 chg: test: add url for test title fetch 2018-08-01 19:57:34 +08:00
Arun Prakash Jana
f5782a6257
Add refreshdb test 2018-08-01 10:08:14 +05:30
Arun Prakash Jana
60a12a8362
Skip refreshdb test 2018-08-01 10:00:24 +05:30
rachmadaniHaryono
d74190ee92 chg: test: refreshdb 2018-07-31 19:01:18 +08:00
rachmadaniHaryono
b476b40151 fix: text: travis 2018-07-31 15:32:43 +08:00
rachmadaniHaryono
57aec20406 chg: test: add info when test failed 2018-07-31 15:08:19 +08:00
Arun Prakash Jana
de7a6993e0
Fix build break 2018-07-19 02:27:15 +05:30
rachmadani haryono
c3d38cb17b Feature/pytest (#288)
* chg: test: pytest

* chg: test: required package attrs

* fix: test: regex input

* chg: test: remove unused conftest

* chg: test: verbose on testing refreshdb

* chg: dev: sort required package

* Revert "chg: test: verbose on testing refreshdb"

This reverts commit f391b36ba4b729a67b744330d226a84b48655a7d.
2018-06-22 10:41:36 +05:30
Arun Prakash Jana
50ca5b85d9
Fix build break 2018-05-27 07:35:59 +05:30
rachmadaniHaryono
0e9ebcc464 chg: test: remove unused zip link 2018-05-04 23:23:09 -07:00
rachmadaniHaryono
738afa36a6 chg: test: remove unused pickle lib 2018-05-04 23:23:09 -07:00
rachmadaniHaryono
a505c77fe4 new: test: local test file 2018-05-04 23:23:09 -07:00
rachmadaniHaryono
f50bdd13f8 chg: test: browser test
- add method to dump new exp_res
- use local file
2018-05-04 23:23:09 -07:00
SaltyCatFish
e12d2f95f0 Support keyword filtering (records having keywords a and b but not c and d) (#256)
* Support keyword filtering (records having keywords a and b but not c and d)

* Remove debug statements.

* Left a pass statement by mistake.

* Update cli help to show word list '[...]' after search options.

* Add space after method doc.

* Change cli option '-W --without' to '-x --exclude'
2018-03-25 23:10:06 +05:30
rachmadani haryono
5c728030aa test for search_keywords_and_filter_by_tags method (#254)
* new: test: search_keywords_and_filter_by_tags

* fix: test: set pytest version
2018-03-23 08:49:19 +05:30