Преглед на файлове

Call nose differently and add test documentation

tags/v0.0.1
Douglas Stebila преди 5 години
родител
ревизия
72d514a6fe
променени са 4 файла, в които са добавени 13 реда и са изтрити 1 реда
  1. +1
    -1
      .travis.yml
  2. +4
    -0
      test/test_compile_lib.py
  3. +4
    -0
      test/test_functest.py
  4. +4
    -0
      test/test_license.py

+ 1
- 1
.travis.yml Целия файл

@@ -77,7 +77,7 @@ matrix:

script:
- make ${MAKETARGET}
- cd test && nosetests -v
- cd test && python3 -m nose -v

cache: pip



+ 4
- 0
test/test_compile_lib.py Целия файл

@@ -1,3 +1,7 @@
"""
Checks that the archive library can be successfully built for every scheme/implementation.
"""

import os
import pqclean
import helpers


+ 4
- 0
test/test_functest.py Целия файл

@@ -1,3 +1,7 @@
"""
Checks that the functional test program (functest) can be successfully built and executed for every scheme/implementation.
"""

import os
import pqclean
import helpers


+ 4
- 0
test/test_license.py Целия файл

@@ -1,3 +1,7 @@
"""
Checks that a LICENSE or LICENSE.txt file is present for every implementation of the specified scheme.
"""

import os
import pqclean



Зареждане…
Отказ
Запис