Commit Graph

8 Commits

Author SHA1 Message Date
9c2f73af8c simplify tmpdir method 2022-06-28 19:11:38 +03:00
b6db2a8035 fix error with missing sources
In case if package has local cache it will fail to load because no
remote source set. Particially this case can be observed during tree
load
2022-05-08 03:56:54 +03:00
98910240dd shorten public imports 2022-05-06 04:08:05 +03:00
b7debddaea Complete official repository support (#59) 2022-05-03 00:49:32 +03:00
28cc38aaa5 port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
9f4acacada strict test checks 2022-03-04 02:04:52 +03:00
9f99dd3ff2 patch support (#35) 2021-10-03 15:20:36 +03:00
74a244f06c Add tests (#1) (#5)
* add models tests (#1)

also replace single quote to double one to confort PEP docstring
+ move _check_output to class properties to make it available for
mocking

* alpm tests implementation

* try to replace os with pathlib

* update tests for pathlib

* fix includes glob and trim version from dependencies

* build_tools package tests

* repository component tests

* add sign tests

* complete status tests

* handle exceptions in actual_version calls

* complete core tests

* move configuration to root conftest

* application tests

* complete application tests

* change copyright to more generic one

* base web tests

* complete web tests

* complete testkit

also add argument parsers test
2021-03-28 15:30:51 +03:00