Skip to content

Commit

Permalink
added test executor
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKalema committed May 28, 2024
1 parent 760a0e7 commit 029f869
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/conftest.py

This file was deleted.

1 change: 1 addition & 0 deletions tests/logs/pytest_error_logs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="4" time="0.304" timestamp="2024-05-28T14:20:59.735535" hostname="kalema"><testcase classname="tests.test_common_methods" name="test_read_yaml_valid_file" time="0.004" /><testcase classname="tests.test_common_methods" name="test_read_yaml_nonexistent_file" time="0.001" /><testcase classname="tests.test_common_methods" name="test_encodeImageIntoBase64" time="0.019" /><testcase classname="tests.test_common_methods" name="test_decodeImage" time="0.004" /></testsuite></testsuites>
3 changes: 3 additions & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pytest --tb=short --capture=sys --junit-xml=logs/pytest_error_logs.xml

0 comments on commit 029f869

Please sign in to comment.