Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
master
Canonical
master
Canonical
dad8ff7
s
shawn.webb
Delegate
hbsd/release/2.7
76ef36b
master
c8be391
s
shawn.webb.framework16-01
Delegate
hbsd/release/2.7
2c236ff
master
dad8ff7
History for
tests/frontend
·
View all commits
41 commits — page 14
B
Remove pkg -v test which makes little sense
Baptiste Daroussin
11 years ago
b966f0c6ec0586aab282868813c02cf2ff1e0038
B
Fix pkg.sh test script
Baptiste Daroussin
11 years ago
3ee03b2ea3aee364b9aa5ea31d38e313cf550096
B
Merge remote-tracking branch 'origin/pr/957'
Bryan Drewery
11 years ago
5d74f5067e88984674e03eb9a25e6b91209b3d48
B
Followup 4bc7073308cb and remove references to PACKAGESITE/MIRROR_TYPE/PUBKEY
Bryan Drewery
11 years ago
8e2dbcf40a1c9c4d01b732f6e1d37c8928a49f22
B
Fix the annotate test (just need to fix pkg annotate to work properly now)
Brad Davis
11 years ago
b6cb77f91a7dd77be06e9b58f39fc97305298034
B
Fix search test
Brad Davis
11 years ago
2bc82a4d4f859603fafa57654b8082d509839f95
B
Convert over to Kyua
Brad Davis
11 years ago
f1127153f39021271701f9745c3cac55107af38a
B
Fix the pkg_version test
Brad Davis
11 years ago
e034337095057fa588a3e35c58dff91182d18c4f
B
Remove AUTODEPS it is not needed anymore with the new solver
Baptiste Daroussin
12 years ago
792a178d6d33bf711074bd858ea8c486331df1f0
V
Merge branch 'master' into gsoc
Vsevolod Stakhov
12 years ago
8d3015774b64a9f91fce91f1741b4a069b6914c5
M
Don't load configs from REPO_DIR while testing.
Matthew Seaman
12 years ago
bb0d1ed15813cc683b66854893fb035c2d1419b2
M
Fix tests:
Matthew Seaman
12 years ago
3df316611b185a015936a4367749c0205b05455c
B
Do not try to search if no repositories are configured
Baptiste Daroussin
12 years ago
ea87e65f0c7afd56dd620a8f4cfddfa5e44568c0
B
Makes sure the default config is not polluted by env when running test cases
Baptiste Daroussin
12 years ago
3c8b2d0374acdb87272d94736446623065c1f824
M
Update tests to account for modified pkg -vv output.
Matthew Seaman
12 years ago
2df85ced45a32abbd455198dd71d26110a10398b
B
Rename ENV to PKG_ENV to not conflict with sh(1)'s ENV
Bryan Drewery
12 years ago
85e893c39637478638ffb81bfa69aea4d43416c3
M
Add DISABLE_MTREE to the default config tests.
Matthew Seaman
12 years ago
6758b74c79443f454fcd4e0ef41084d1f8c8981d
B
Do not leak custom repositories in pkg search tests
Baptiste Daroussin
13 years ago
6b9147cbc99ef3c0c692c7ab8f766e8cfa15e6ff
B
add REPOS_DIR to expected pkg -vv output
Baptiste Daroussin
13 years ago
6fc661bffda5b0aef1fbeb1636c55fe90bb37909
M
Need an empty Makefile even though there's no C code to test in the frontend directory. Yet.
Matthew Seaman
13 years ago
573fe8df5d7dc227581ccf640009dfc3287bfc28
B
add vulnxml entry to options remove non option testing
Baptiste Daroussin
13 years ago
c7b646cafbaddadb618d7672e508938b3d5989b8
B
Update tests for new options
Baptiste Daroussin
13 years ago
d317c1f69bd00b5dd4c79926c0795286f752c98d
M
There's a much simpler way to do that.
Matthew Seaman
13 years ago
048232e0c3e8e2fd9bee75dbfed398e3cdcdba14
B
Fix options test case with new options
Baptiste Daroussin
13 years ago
466547d28680ab6bc9168e2ab39578367993f912
M
Use the freshly compled pkg(8) and libpkg(3) in the source tree for testing.
Matthew Seaman
13 years ago
1cb781a965eb8a81e9533fa26fa9ab0f0fad6c54
M
Use a dummy $PKG_DBDIR/local.sqlite populated with data for two arbitrarily selected packages. Uses some manifest files created by 'pkg info -R pkgname'
Matthew Seaman
13 years ago
118a3416fc508d53b262f190c089257ecc0d1968
M
Use a throwaway copy of local.sqlite for testing purposes. Need to populate this with dummy packages. Hmmm....
Matthew Seaman
13 years ago
ea6410916602c040800d37f38373c210d20365f1
M
Employing ATF more correctly:
Matthew Seaman
13 years ago
bc0789cda1b4804278b8642ab17aab4b0d77a8be
B
Fix tests for updating config options
Bryan Drewery
13 years ago
710443268c21b6cbcb8c4f0f2f687318b72a4cdb
B
Revert "No more need for the LD_LIBRARY_PATH hack when calling the binary"
Baptiste Daroussin
13 years ago
e07a939e06bcfd8f1e7bc73e612954bb734c98a3
B
No more need for the LD_LIBRARY_PATH hack when calling the binary
Baptiste Daroussin
13 years ago
930b2b7971e0199552df1afd577d044060c50822
B
Improve the pkg search test case checking stderr is empty and with an extact match for the output
Baptiste Daroussin
13 years ago
15fd4f746883232a9d63d8f269343e8db90b828f
M
Fix the more egregious errors in the file.
Matthew Seaman
13 years ago
3211ab48a4a9be513bc8343e3b575fbf7d2e8ce7
M
Add very minimal and not very good test case for pkg-search. We need a whole bunch of dummy packages, repos etc. to write the tests properly.
Matthew Seaman
13 years ago
3e68b47065f7282ebe36e7c082af4ed6fa77ed47
B
Change test case to match pkg -n change to pkg -N
Baptiste Daroussin
13 years ago
302895ab611aea04847dabf20fd63cc777bdc1bd
B
New pkg -C to specify a configuration other then ${LOCALBASE}/pkg.conf
Baptiste Daroussin
13 years ago
c7f2312edd3bd84fe8f2f6f8a9557951c2d31218
B
Add a test case for pkg -v
Baptiste Daroussin
13 years ago
e5742f089f9b7052b078912cd793f5eec5fd1d11
B
Add a test for pkg -n
Baptiste Daroussin
13 years ago
339b09352824cb9b65e509fe70fa5c0cf13a9c38
B
Add more pkg version tests
Baptiste Daroussin
13 years ago
d9a7856cd8b02a36de98f396656d7213828fc578
B
Add first shell test
Baptiste Daroussin
13 years ago
d5e0a33c2001a37065b6a6412891b3b43485ec37
B
Prepare layout for atf-sh
Baptiste Daroussin
13 years ago
de334eedf3f2cce92b4b6f588cceca2a9d63f992
← Newer
Page 14
Older →