Skip to content

Commit 248d579

Browse files
committed
📰 add missing test fixtures
1 parent 6799bcf commit 248d579

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
all: test
2+
3+
test:
4+
bash test.sh
5+
6+
lint:
7+
bash lint.sh
8+
9+
format:
10+
isort -y $(find test_me -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
11+
black -l 79 test_me
12+
black -l 79 tests
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: test-me
2+
organisation:
3+
releases:
4+
- changes:
5+
- action: first release
6+
details:
7+
- what a feat!
8+
version: 0.0.1
9+
date:

0 commit comments

Comments
 (0)