Skip to content

Commit cf467b7

Browse files
committed
update ignore and README test file
1 parent 213f1c8 commit cf467b7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ __pycache__/
33
/.idea
44

55
# IDEs
6-
.vscode
6+
.vscode
7+
8+
# Log Files
9+
*.log

test/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ cd RoboticsApplicationManager
1010

1111
- Run PyTest
1212

13-
```
14-
bash
13+
```bash
1514
PYTHONPATH=. pytest
1615
```

0 commit comments

Comments
 (0)