Skip to content

Commit a20facc

Browse files
committed
Move unit testing code example from code-testing to unit-testing
1 parent 0fca5c8 commit a20facc

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

source-code/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ was used to develop it.
66

77
## What is it?
88

9-
1. `code-testing`: illustrations of using assertions and unit tests.
109
1. `context-manager`: illustrates how to write your own context managers.
1110
1. `coroutines`: illustrates how to write coroutines in Python.
1211
1. `decorators`: illustrates how to write decorators in Python.

source-code/code-testing/README.md renamed to source-code/unit-testing/SimpleFixtures/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
CodeTesting
2-
===========
1+
# Simple fixtures
32

43
Python's standard library contains the `unittest` module, which allows
54
to easily implement unit testing, i.e., it is a framework for setting

0 commit comments

Comments
 (0)