Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a87ca5

Browse files
author
luminougat
committed
Fixed test execution
1 parent b230323 commit 4a87ca5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
.pytest_cache/
3+
*.egg-info/
4+
build/
5+
dist/

pyjfuzz/core/pjf_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
from gramfuzz import GramFuzzer
25+
from gramfuzz import *
2626
import json
2727

2828
def generate_json(path):

0 commit comments

Comments
 (0)