Skip to content

Commit

Permalink
adding child tickets to queries, for ticket-1228
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Sep 13, 2024
1 parent 9e0dcbe commit 532ace3
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 402 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PIP = $(VENV)/bin/pip
all: venv

run: venv
$(PYTHON) netbot.py
$(PYTHON) netbot.py debug

venv: $(VENV)/bin/activate

Expand All @@ -24,7 +24,7 @@ $(VENV)/bin/activate: requirements.txt
$(PIP) install -r requirements.txt

test: $(VENV)/bin/activate
$(PYTHON) -m unittest
$(PYTHON) -m unittest

coverage: $(VENV)/bin/activate
$(PYTHON) -m coverage run -m unittest
Expand All @@ -35,7 +35,7 @@ htmlcov: $(VENV)/bin/activate
$(PYTHON) -m coverage html

lint: $(VENV)/bin/activate
$(PYTHON) -m pylint *.py
$(PYTHON) -m pylint *.py

clean:
rm -rf __pycache__
Expand Down
367 changes: 0 additions & 367 deletions cli.py

This file was deleted.

Loading

0 comments on commit 532ace3

Please sign in to comment.