Commit Graph

249 Commits

Author SHA1 Message Date
Arun Prakash Jana
c67f3cc75b
Fix build break 2021-05-12 18:55:47 +05:30
rachmadaniHaryono
128147bd1a chg: dev: pytest marker 2021-05-01 23:22:12 +08:00
rachmadaniHaryono
03d808072f chg: dev: use safe load only 2021-05-01 23:17:24 +08:00
Arun Prakash Jana
58adeb78bf
Fix build break 2021-05-01 20:25:29 +05:30
rachmadaniHaryono
5e2aaecf4f new: test: get_bool_from_env_var func 2021-02-28 14:05:20 +08:00
rachmadaniHaryono
be99101c73 chg: test: black formatted 2021-01-11 16:31:41 +08:00
rachmadaniHaryono
f5503ccf49 chg: test: simplify test_update_rec_update_all_bookmark 2021-01-11 16:25:34 +08:00
rachmadaniHaryono
938954483a chg: test: merge simple update_rec tests 2021-01-11 15:53:20 +08:00
rachmadaniHaryono
47c2f365df fix: test: import buku on test function 2021-01-11 15:34:19 +08:00
rachmadaniHaryono
1667d55be9 Revert "chg: test: import buku once"
This reverts commit 68d25d7393.
2021-01-11 15:26:40 +08:00
rachmadaniHaryono
617af331a2 chg: test: skip black format on test_bukuDb 2021-01-11 15:21:32 +08:00
rachmadaniHaryono
68d25d7393 chg: test: import buku once 2021-01-11 15:17:17 +08:00
rachmadaniHaryono
74fdad694f chg: test: pylint 2021-01-11 15:13:01 +08:00
rachmadaniHaryono
e3f5806e9d chg: test: delete_rec on non integer 2021-01-10 20:28:19 +08:00
rachmadaniHaryono
a92d81b387 chg: test: black formatted 2021-01-10 18:10:21 +08:00
rachmadaniHaryono
65948af2aa Merge branch 'feature/pytest-vcrpy' into feature/upd-print-delete 2021-01-10 18:10:01 +08:00
rachmadaniHaryono
c51d454f2f chg: test: remove unused fixture 2021-01-09 15:42:00 +08:00
rachmadaniHaryono
961071eac5 fix: test: pylint wrong import order 2021-01-09 15:41:46 +08:00
rachmadaniHaryono
61592a42dc fix: test: pylint 2021-01-09 15:29:55 +08:00
rachmadaniHaryono
6a24462a81 fix: test: pylint 2021-01-09 15:29:00 +08:00
rachmadaniHaryono
466d76cb60 new: test: pytest-vcr 2021-01-09 15:07:25 +08:00
rachmadaniHaryono
ae088057cc chg: test: simplify test_delete_rec_range_and_delay_commit 2021-01-09 14:52:06 +08:00
rachmadaniHaryono
92caf1c6c8 chg: test: print_rec
- merge no db and single rec test
- more test case
2021-01-09 14:14:52 +08:00
rachmadaniHaryono
e4ef997dbb chg: test: basic for print_rec 2021-01-09 13:35:34 +08:00
Arun Prakash Jana
9153f835a5
Fix pylint issue with python 3.9 2020-12-29 14:01:06 +05:30
Zhiming Wang
af147f3b3b
test_BukuCrypt: check different payload sizes...
and roundtrip integrity.

Should catch bugs like #480.
2020-11-24 18:27:03 +08:00
rachmadaniHaryono
1cf7237127 new: test: create_form for BMV 2020-11-18 06:45:18 +08:00
rachmadani haryono
e69447d536
fix import (#472)
* Bugfix/build break (#471)

* fix: dev: use filter instead of set comprehension

* fix: dev: remove list and filter

* chg: dev: add list to check if tags actually exist

* fix: test: import_org & import_md
2020-09-27 00:43:03 +05:30
rachmadaniHaryono
6eba4f4445 new: test: issue test case 2020-09-19 19:24:40 +08:00
rachmadaniHaryono
55d048460e new: test: convert_tags_to_org_mode_tags 2020-09-19 19:21:18 +08:00
Arun Prakash Jana
f091852682
Fix build break 2020-08-23 09:43:22 +05:30
rachmadaniHaryono
b7cf30841f chg: test: test caplog for other inputs 2020-08-10 08:13:21 +08:00
rachmadaniHaryono
0c59358435 chg: test: simplify test_update_rec_update_all_bookmark 2020-08-10 08:11:05 +08:00
rachmadaniHaryono
9ecf8857d7 fix: test: delete_rec 2020-08-06 14:52:31 +08:00
Arun Prakash Jana
d71e15589b
Project renamed to buku from Buku for consistency 2020-01-08 08:37:17 +05:30
Aquan1412
6b1f030077 Org tag support (#432)
* Add tag support for Org import/export

* Remove ipdb from imports

* Fix whitespaces

* Added import test

* Added support for org import/export for tags containing colons

* Made sure to only import unique tags

* Removed unnecessary if-clause

* Replaced len() loop with enumerate

* Use OrderedDict() instead of dict() for compatibility with Python3.5
2020-01-04 08:25:34 +08:00
rachmadani haryono
cdf67aa07c Feature/fix circleci test (#429)
* fix: test: flag on search

* fix: test: type hint

* chg: dev: remove complicated test
2019-12-18 18:20:01 +05:30
rachmadani haryono
9e5d83ed86 fix tag model view (#425)
* fix: dev: tag model view

* fix: test: python3.5

* fix: dev: smaller filter
2019-12-11 18:25:59 +05:30
rachmadani haryono
467d865e42 Feature/fix buku test (#423)
* fix pylint

* chg: tests: update tox

- add envlist for py38, flake8, and pylint
- let tox install required package

* chg: test: remove expected error

* chg: test: remove impossible case

* fix: test: delete rec index test
2019-12-07 08:36:29 +05:30
Arun Prakash Jana
5fac8d63cc
Fix build break 2019-11-09 07:31:53 +05:30
Arun Prakash Jana
273c7afaf7
Fix build break 2019-10-16 23:43:39 +05:30
Arun Prakash Jana
96b26747de
Fix build break 2019-09-28 10:58:22 +05:30
rachmadaniHaryono
e6f5e40aab fix: test: ignore too many ancestor error 2019-07-23 22:12:01 +08:00
rachmadaniHaryono
e01caa19f1 fix: dev: use modified safe loader 2019-07-22 07:21:49 +08:00
rachmadaniHaryono
904b4403b1 fi: dev: yaml load 2019-07-21 11:23:51 +08:00
rachmadaniHaryono
31a79db861
fix: test: yaml warning 2019-06-24 21:23:09 +05:30
rachmadaniHaryono
c2dcc31c74 new: dev: remove kadrof 2019-06-17 21:32:59 +08:00
rachmadaniHaryono
74bbbdde2f new: dev: disable favicon feature 2019-05-27 21:16:41 +08:00
rachmadaniHaryono
ad945a52d8 fix: test: ignore description 2019-05-16 22:23:54 +08:00
rachmadaniHaryono
8d617c6620 new: dev: update search_bookmarks 2019-05-16 21:40:29 +08:00