aboutsummaryrefslogtreecommitdiff
path: root/tests/keys/civodul.pub
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-22 22:12:10 +0100
committerW. Kosior <koszko@koszko.org>2024-09-04 21:02:08 +0200
commit505258172e7bc2b67469b395cb46e38ef2f3069e (patch)
tree09de989c0687ce605317b39a7b13522d651874aa /tests/keys/civodul.pub
parent5b9b23d2cdc6b18569887174c060e79c16efc2e1 (diff)
downloadguix-505258172e7bc2b67469b395cb46e38ef2f3069e.tar.gz
guix-505258172e7bc2b67469b395cb46e38ef2f3069e.zip
build: Fix `make dist'-specific targets in VPATH builds.
* Makefile.am (gen-ChangeLog): Look for .git in `$(top_srcdir)'. (gen-AUTHORS): Look for .git in `$(top_srcdir)'. Change-Id: Ib6d78f08f8791d2f8e1758614d21c41f04a39b0a
Diffstat (limited to 'tests/keys/civodul.pub')
0 files changed, 0 insertions, 0 deletions
n/commit/test?id=5c583de820c0d5f666a830ca1e8205fe7d55e61e'>start implementing more efficient querying of URL patternsWojtek Kosior 2021-12-01improve unit testing approachWojtek Kosior Unit tests were moved to their own subdirectory. Fixtures common to many unit tests were moved to test/unit/conftest.py. A facility to execute scripts in page's global scope was added. A workaround was employed to present information about errors in injected scripts. Sample unit tests for regexes in common/patterns.js were added. 2021-12-01facilitate testing javascript functionsWojtek Kosior Haketilo's .js files can now be loaded together with their dependencies and executed on a page opened in a selenium-driven Firefox instance. 2021-11-27add Selenium- and Python-based test systemWojtek Kosior