Skip to content

Commit

Permalink
Move scripts out of the gherkin package.
Browse files Browse the repository at this point in the history
No need to distribute them, as they are for internal tests
  • Loading branch information
youtux committed Sep 30, 2024
1 parent 1c5114c commit b94911b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ GHERKIN_PARSER = gherkin/parser.py
GHERKIN_RAZOR = gherkin-python.razor
SOURCE_FILES = $(shell find . -name "*.py" | grep -v $(GHERKIN_PARSER))

GHERKIN = python -m gherkin.scripts.gherkin
GHERKIN_GENERATE_TOKENS = python -m gherkin.scripts.generate_tokens
GHERKIN = python -m scripts.gherkin
GHERKIN_GENERATE_TOKENS = python -m scripts.generate_tokens

GOOD_FEATURE_FILES = $(shell find ../testdata/good -name "*.feature")
BAD_FEATURE_FILES = $(shell find ../testdata/bad -name "*.feature")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b94911b

Please sign in to comment.