mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-16 23:39:56 +00:00
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
This commit is contained in:
17
tests/testresources/models/package_tpacpi-bat-git_srcinfo
Normal file
17
tests/testresources/models/package_tpacpi-bat-git_srcinfo
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = tpacpi-bat-git
|
||||
pkgdesc = A Perl script with ACPI calls for recent ThinkPads which are not supported by tp_smapi
|
||||
pkgver = 3.1.r13.g4959b52
|
||||
pkgrel = 1
|
||||
url = https://github.com/teleshoes/tpacpi-bat
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = git
|
||||
depends = perl
|
||||
depends = acpi_call
|
||||
provides = tpacpi-bat
|
||||
conflicts = tpacpi-bat
|
||||
backup = etc/conf.d/tpacpi
|
||||
source = git+https://github.com/teleshoes/tpacpi-bat.git
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = tpacpi-bat-git
|
Reference in New Issue
Block a user