Skip to content

Commit

Permalink
Merge pull request #54 from jan-cerny/unit_test_doc
Browse files Browse the repository at this point in the history
Describe unit tests in Developer Guide
  • Loading branch information
matusmarhefka authored Nov 14, 2017
2 parents 37c08de + 05fff47 commit 6c31b34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/manual/developer_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,20 @@ If you use PXE boot you can pass requires parameters there. Advantage of this so
inst.updates=http://192.168.122.1:8000/update.img
```

== Running Unit Tests

Following packages are needed to run unit tests:

```
anaconda
openscap-python
python-cpio
python-mock
python-nose
```

Run the unit tests using:

```
make unittest
```

0 comments on commit 6c31b34

Please sign in to comment.