Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 6e6e690

Browse files
committed
Update test section
1 parent 3dcb7dc commit 6e6e690

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__

concepts/test/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Python
22
## Test
3-
- [Unit Testing](unit-testing.py)
3+
- [Unit Testing](test_unit.py)
4+
- Run all tests at once
5+
- Make a folder `test`
6+
- Make `__init__.py` in this directory
7+
- Name your testfiles like `test_*.py`
8+
- Open a terminal and redirect to `test` folder or parent directory of `test`
9+
- Run this command:
10+
- `python -m unittest`
411
- UI Testing
512
- Integration Testing
613

concepts/test/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)