Home
last modified time | relevance | path

Searched full:junit (Results 1 – 8 of 8) sorted by relevance

/libCEED/tests/junit-xml/
H A DREADME.rst1 python-junit-xml
3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master
8 A Python module for creating JUnit XML test result documents that can be
14 *As there is no definitive Jenkins JUnit XSD that I could find, the XML
16 searches and the Jenkins JUnit XML reader source code. File a bug if
27 pip install junit-xml
29 easy_install junit-xml
35 git clone https://github.com/kyrus/python-junit-xml.git
98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history
/libCEED/
H A D.gitlab-ci.yml48 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="memcheck" junit real…
56 - build/*.junit
58 junit: build/*.junit
98 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit realsearc…
103 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search="p…
107 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=mf…
113 …- make -k -j$NPROC_CPU BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=nek NEK5K_DIR=$NEK5…
118 …- make -k -j$NPROC_CPU BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=dealii DEAL_II_DIR=…
133 - build/*.junit
135 junit: build/*.junit
[all …]
H A DMakefile798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size…
806 # make junit search='ex petsc' # core ex* and PETSc tests
825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
832 junit-% : $(OBJDIR)/%
833 …; $(PYTHON) tests/junit.py --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_P…
835 junit : $(matched:$(OBJDIR)/%=junit-%) target
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit
H A DDoxyfile1012 tests/junit-xml \
/libCEED/tests/
H A Djunit.py11 parser = argparse.ArgumentParser('Test runner with JUnit and TAP output')
24 help='Output mode, junit or tap',
25 default=RunMode.JUNIT)
27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
212 if args.mode is RunMode.JUNIT:
H A Djunit_common.py19 sys.path.insert(0, str(Path(__file__).parent / "junit-xml"))
74 """Enumeration of run modes, either `RunMode.TAP` or `RunMode.JUNIT`"""
76 JUNIT = 'junit' variable in RunMode
559 # print error or failure information if JUNIT mode
775 mode (RunMode): Output mode, either `RunMode.TAP` or `RunMode.JUNIT`
783 TestSuite: JUnit `TestSuite` containing results of all test cases
821 """Write a JUnit XML file containing the results of a `TestSuite`
824 test_suite (TestSuite): JUnit `TestSuite` to write
825 batch (str): Name of JUnit batch, defaults to empty string
827 output_file = Path('build') / (f'{test_suite.name}{batch}.junit')
[all …]
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py20 Based on the understanding of what Jenkins can parse for JUnit XML files.
119 Builds the XML document for the JUnit test suite.
252 Returns the string representation of the JUnit XML document.
266 Writes the JUnit XML document to a file.
277 Returns the string representation of the JUnit XML document.
318 Writes the JUnit XML document to a file.
365 """A JUnit test case with a result and possibly some stdout or stderr"""
/libCEED/rust/libceed-sys/c-src/
H A DMakefile798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size…
806 # make junit search='ex petsc' # core ex* and PETSc tests
825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
832 junit-% : $(OBJDIR)/%
833 …; $(PYTHON) tests/junit.py --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_P…
835 junit : $(matched:$(OBJDIR)/%=junit-%) target
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit