Skip to content

Commit

Permalink
test: load macro (#547)
Browse files Browse the repository at this point in the history
* remove .json from filter file

* init new crate macro

* add constants

* add main macro

* add converter from dir reader to test string

* add directory walker

* add filter using the skipped tests file

* utils for path handling

* remove unnecessary code

* update rust toolchain

* update manifests

* update make file

* update test files filter

* remove case unnecessary code

* content reader to parse the serde_json values

* fix converter

* rust doc dir reader

* add the macro in the integration tests.

* fix private key location

* answer comments

* rename to ef-testing-proc-macros

* fix comment

* force recompilation in case of changes in the filter file

* move path wrapper

* rename trim_path_at_folder to path_relative_to

* fix compilation
  • Loading branch information
greged93 authored Oct 18, 2023
1 parent 54a0ae8 commit acf81fe
Show file tree
Hide file tree
Showing 24 changed files with 2,187 additions and 2,141 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.16.2
version: 1.17.1
plugins:
sources:
- id: trunk
Expand Down
Loading

0 comments on commit acf81fe

Please sign in to comment.