mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-03 15:25:03 -04:00
Some more code blocks fixes
This commit is contained in:
parent
b1b09f69f2
commit
bb5fb46527
3 changed files with 14 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue