-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
josue.garcia
committed
Nov 28, 2019
1 parent
7cdceab
commit 6909b6f
Showing
11 changed files
with
118 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [Unreleased] - xxxx-xx-xx | ||
|
||
### Added | ||
- This CHANGELOG | ||
|
||
### Changed | ||
- CI's configuration files #untracked | ||
- pytest configuration files #untracked | ||
- tox configuration files #untracked | ||
- Update readme to improve readability | ||
|
||
### Fixed | ||
|
||
### Removed | ||
- sonarqube configuration files #untracked | ||
- Visual Studio Professional configuration files #untracked | ||
|
||
|
||
[Unreleased]: https://github.com/netzulo/qacode/compare/v0.1.6...HEAD | ||
[0.1.6]: https://github.com/netzulo/qacode/compare/v0.1.5...v0.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
[pytest] | ||
addopts = | ||
--verbose | ||
--junit-xml=tests/reports/report_xunit.xml | ||
--html=tests/reports/report_html.html | ||
--self-contained-html | ||
--cov=qalab tests/ | ||
--cov-report html:tests/reports/report_coverage_html/ | ||
--cov-report xml:tests/reports/report_coverage.xml | ||
addopts = --verbose | ||
testpaths = tests | ||
console_output_style = progress | ||
python_files = suite_*_*.py | ||
python_classes = Test* | ||
python_functions = test_*_* | ||
filterwarnings = | ||
error | ||
ignore::UserWarning |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.