Skip to content

Commit ba0cd76

Browse files
committed
Replace _ with - in test_tools pkg name, add .venv_test to .gitignore
1 parent 40f551f commit ba0cd76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ celerybeat.pid
138138
.env
139139
.envrc
140140
.venv
141+
.venv_test
141142
env/
142143
venv/
143144
ENV/

tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
ROOT = Path(__file__).resolve().parent.parent
1212
SCRIPT = ROOT / 'tools.sh'
1313
VENV_TEST = ROOT / '.venv_test'
14-
PACKAGE_NAME = 'stat_log_db'
14+
PACKAGE_NAME = 'stat-log-db'
1515

1616
#endregion
1717

0 commit comments

Comments
 (0)