Skip to content
Snippets Groups Projects
Commit 7b200839 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-259: Fix typo in test README headings

parent 789b195d
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
......@@ -12,7 +12,7 @@ familiar with these concepts you can skip to
[Running tox tasks](#running tox tasks) and
[Debugging unit tests](#debugging-unit-tests).
###Table of Contents:
### Table of Contents:
- [Tox](#tox)
- [Testing approach](#testing-approach)
......@@ -169,4 +169,4 @@ Afterwards simply execute `deactivate` to deactivate the virtual environment.
**DO NOT FORGOT TO REMOVE YOUR `pdb.set_trace()` STATEMENTS AFTERWARDS**
The best approach to prevent committing `import pdb; pdb.set_trace()` is to
ensure that all unit tests succeed beforehand.
\ No newline at end of file
ensure that all unit tests succeed beforehand.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment