Skip to content

Commit aec2251

Browse files
authored
Remove main.py (#13)
1 parent 642adfe commit aec2251

4 files changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ jobs:
3838
with:
3939
version: "latest"
4040

41-
- name: Run main
42-
run: make run
43-
4441
- name: Test
4542
run: make test

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
all: test
22

3-
# Detect available package managers
43
UV := $(shell command -v uv 2> /dev/null)
5-
64
SRCS := $(shell git ls-files *.py)
75

86
ifdef UV
@@ -11,10 +9,6 @@ else
119
RUNNER :=
1210
endif
1311

14-
.PHONY: run
15-
run:
16-
$(RUNNER) ./main.py
17-
1812
.PHONY: test
1913
test:
2014
$(RUNNER) pytest test_*.py

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ This is a bootstrap repository for clean code katas in Python 3 using pytest.
1313

1414
## Usage
1515

16-
### Run main
17-
18-
```console
19-
make run
20-
```
21-
2216
### Run tests
2317

2418
```console

main.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)