Pārlūkot izejas kodu

Call nose differently and add test documentation

tags/v0.0.1
Douglas Stebila pirms 5 gadiem
vecāks
revīzija
72d514a6fe
4 mainītis faili ar 13 papildinājumiem un 1 dzēšanām
  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 Parādīt failu

@@ -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 Parādīt failu

@@ -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 Parādīt failu

@@ -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 Parādīt failu

@@ -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



Notiek ielāde…
Atcelt
Saglabāt