Skip to content

Commit 8ff7dcd

Browse files
author
Clement Champetier
committed
README: move Tests section to INSTALL file
1 parent 4574951 commit 8ff7dcd

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

INSTALL.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,23 @@ brew install avtranscoder --devel
7373
brew deps avtranscoder
7474
brew install avtranscoder --only-dependencies
7575
```
76+
77+
#### Tests
78+
79+
###### nosetests
80+
Python tests using nosetests.
81+
```
82+
cd test/pyTest
83+
nosetests
84+
```
85+
86+
Some tests need environment variables to be executed (otherwise they will be skipped):
87+
* ```AVTRANSCODER_TEST_VIDEO_AVI_FILE```
88+
* ```AVTRANSCODER_TEST_VIDEO_MP4_FILE```
89+
* ```AVTRANSCODER_TEST_VIDEO_MOV_FILE```
90+
* ```AVTRANSCODER_TEST_AUDIO_WAVE_FILE```
91+
* ```AVTRANSCODER_TEST_AUDIO_MOV_FILE```
92+
* ```AVTRANSCODER_TEST_IMAGE_PNG_FILE```
93+
* ```AVTRANSCODER_TEST_IMAGE_JPG_FILE```
94+
95+
Note: for continuous integration, we launch tests with media files contained in [avTranscoder-data](https://github.com/avTranscoder/avTranscoder-data) repository.

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,6 @@ See [**Doxygen documentation**](http://avtranscoder.github.io/avTranscoder-doxyg
3333
#### Compilation
3434
See [**INSTALL.md**](INSTALL.md)
3535

36-
#### Tests
37-
38-
###### nosetests
39-
Python tests using nosetests.
40-
```
41-
cd test/pyTest
42-
nosetests
43-
```
44-
45-
Some tests need environment variables to be executed (otherwise they will be skipped):
46-
* ```AVTRANSCODER_TEST_VIDEO_FILE```
47-
* ```AVTRANSCODER_TEST_AUDIO_WAVE_FILE```
48-
* ```AVTRANSCODER_TEST_AUDIO_MOV_FILE```
49-
50-
Note: for continuous integration, we launch tests with media files contained in ```avTranscoder-data``` repository.
51-
52-
5336
#### Packaging
5437

5538
###### Build openSUSE

0 commit comments

Comments
 (0)