1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00
Commit graph

70 commits

Author SHA1 Message Date
Unain
1429445746
Fixed docker error on running full testsuite (#20) 2025-08-07 09:39:56 -04:00
V13Axel
b665a4881c Add an example with double quotes 2024-06-11 11:15:45 -04:00
V13Axel
6ba782610d Update tests of the plugin itself 2024-06-11 11:02:08 -04:00
Giovanni Smecca
9337acfb57
fix(treesitter): Update string_value to string_content (#9)
Update the Treesitter queries to use string_content instead of string_value to capture the content inside string literals, excluding the surrounding quotes. This change is made to adapt to the updates in nvim-treesitter and ensure compatibility with the latest version.

Resolves #7
2024-05-09 14:23:38 -04:00
Ziyad
86737ada67
[Feature] Add Customizable Sail Project Path (#6)
* Add sail_project_path to config

* Use sail_project_path in init.lua

* Update README.md

---------

Co-authored-by: Ziyad Sfaxi <ziyadsfaxi@Ziyads-MacBook-Pro-2.local>
2024-04-07 23:03:10 -04:00
V13Axel
25501800b5 Check for both a docker-compose file and the sail executable 2024-03-04 09:50:01 -05:00
Alex Dills
50646909ae
Merge pull request #4 from lizhineng/doc-sail-enabled
Doc: disable Sail
2024-03-04 09:28:24 -05:00
Li Zhineng
ef80439275
doc: turn off sail detection 2024-02-24 16:09:48 +08:00
V13Axel
52f9aab7a2 Remove leftover notify calls 2024-02-21 09:11:28 -05:00
V13Axel
51217960f8 Fix breakage of tests with names containing 'it' 2024-02-19 14:39:06 -05:00
V13Axel
27f11cc81c Only supply --parallel when not running a specific test 2024-02-19 14:28:55 -05:00
V13Axel
ad809aa6f5 Remove previous user-specific path stuff from the spec 2024-02-19 13:49:18 -05:00
V13Axel
c8335eda8d Fix tests 2024-02-19 13:01:47 -05:00
V13Axel
3931d9ba55 Ignore testing packpath 2024-02-19 13:01:47 -05:00
Alex Dills
7e20c2ba56
Merge pull request #2 from V13Axel/Dynamic_Configuration
Dynamic configuration
2024-02-19 09:54:50 -05:00
V13Axel
601a8c56b9 Make the example work 2024-02-19 09:47:24 -05:00
V13Axel
3e65ff5a13 Update readme to include new config options 2024-02-19 09:38:50 -05:00
V13Axel
20ebc86066 Support for compact output mode 2024-02-19 08:58:32 -05:00
V13Axel
bccafece1a wip 2024-02-17 21:09:01 -05:00
V13Axel
ec3545a773 Config for parallel testing 2024-02-17 17:05:31 -05:00
V13Axel
e2a4c6b83b Use vim-notify when errors happen 2024-02-17 17:02:32 -05:00
V13Axel
e429ba711d Change info to debug 2024-02-17 13:31:05 -05:00
V13Axel
05a3a8fe97 Further simplification 2024-02-17 13:28:03 -05:00
V13Axel
9f7192cee5 Simplify even further 2024-02-17 13:06:57 -05:00
V13Axel
a8263451f5 Bunch of config reworks, better sail configurability 2024-02-16 22:35:36 -05:00
V13Axel
4a1cde9121 wip 2024-02-16 17:48:42 -05:00
V13Axel
d12585b5b8 Make this even slicker 2024-02-16 17:04:10 -05:00
V13Axel
6bef79c766 Initial setup of some dynamic config bits 2024-02-16 16:52:29 -05:00
V13Axel
31e410341b initial stab at a dynamic config 2024-02-16 16:34:16 -05:00
V13Axel
5071eff864 only look for tests/pest.php 2024-02-16 16:21:09 -05:00
V13Axel
557018f052 Update readme 2024-02-07 16:15:22 -05:00
V13Axel
4a6586ec6f Properly, actually detect it and it works 2024-02-07 11:10:00 -05:00
V13Axel
0e33cea65d Automatically detect and use sail if it exists 2024-02-07 11:03:16 -05:00
V13Axel
ddeea68616 Update readme 2024-02-05 17:05:31 -05:00
V13Axel
8b20d2e087 Update neotest-pest to work with Pest 2.0 2024-02-05 17:02:48 -05:00
V13Axel
179ada37aa Better root and test dir matching 2024-02-05 16:58:17 -05:00
Michael Utz
a505827192 Make tests work with minimal_init.vim 2022-11-24 10:52:38 +03:00
Michael Utz
992ce56868 Fix tests for /opt neovim 2022-11-24 10:43:22 +03:00
Michael Utz
ae0a335ef8 Use filter_dir for finding tests 2022-11-17 11:18:36 +03:00
Michael Utz
759565f9ac Make readme a bit better 2022-11-17 01:45:55 +03:00
Michael Utz
e9f0ea068b Add github workflow 2022-11-17 01:36:49 +03:00
Michael Utz
46cdb550c8 Add support for skipped files 2022-11-17 01:35:21 +03:00
Michael Utz
2c652f9d90 Make sure error messages are passed 2022-11-17 01:26:02 +03:00
Michael Utz
e09c38cc51 Get better short message output 2022-11-17 00:39:51 +03:00
Michael Utz
a6351e49a4 Add test for skipped 2022-11-16 22:43:19 +03:00
Michael Utz
cd5e0bffd3 Add test for errors 2022-11-16 22:40:30 +03:00
Michael Utz
a2045b85bc Add test for failures 2022-11-16 22:34:14 +03:00
Michael Utz
f2e87a2f99 Add test for single result 2022-11-16 22:19:35 +03:00
Michael Utz
c017340679 Fix issue with tests that start with "it" 2022-11-16 22:12:19 +03:00
Michael Utz
6e04f7b2e7 Add test script 2022-11-16 14:30:35 +03:00