Some more code blocks fixes

This commit is contained in:
Marek Marczykowski-Górecki 2015-10-08 02:43:20 +02:00
parent b1b09f69f2
commit bb5fb46527
No known key found for this signature in database
GPG key ID: F32894BE9684938A
3 changed files with 14 additions and 17 deletions

View file

@ -118,6 +118,7 @@ compiled version to the right directory in the RPM file. I.e. adding `example.py
### Editing \_\_init\_\_.py
Add at the bottom of the file in the method `def load_tests` to the variable
`modname` your test. I.e adding `example.py`.
~~~python
for modname in (
'qubes.tests.basic',
@ -129,10 +130,6 @@ Add at the bottom of the file in the method `def load_tests` to the variable
'qubes.tests.regressions',
'qubes.tests.example', # This is our newly added test
):
<<<<<<< HEAD
~~~
=======
```
[unittest]: https://docs.python.org/2/library/unittest.html
>>>>>>> upstream/master