Skip to content

Commit 6dbae40

Browse files
author
Arvid Paeglit
committed
fixed tests
1 parent d10e7d2 commit 6dbae40

File tree

8 files changed

+69
-3552
lines changed

8 files changed

+69
-3552
lines changed

docs/Development.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ poetry publish
6666

6767
### Tests
6868

69+
Make sure you have an API KEY in your [account](https://www.deepcode.ai/app/gh/account)
70+
Copy your key.
71+
6972
Run tests:
7073

7174
```bash
72-
poetry run pytest tests
75+
DEEPCODE_API_KEY=<your key> poetry run pytest tests
7376
```

tests/.dcignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mocked_for_tests
1+
sample-repo

0 commit comments

Comments
 (0)