Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder committed May 16, 2024
1 parent 92765fe commit 5224c70
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{*.py, *.pyx, *.pxd}]
charset = utf-8
indent_style = space
indent_size = 2
Empty file added src/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions src/lib/parsers/wordfence_api_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from lib.colors import red, green, yellow
from lib.logger import logger
from src.lib.colors import red, green, yellow
from src.lib.logger import logger
import hashlib
import json
import os
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 5224c70

Please sign in to comment.