Skip to content

Update issue templates #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Description**

_Example:_ There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.

**To Reproduce**

Steps to reproduce the behavior:

_Example:_

1. Run the 'X' project in IntelliJ Idea
2. Use plugin to generate tests
3. Open the generated test

**Expected behavior**

_Example:_ Tests are supposed to be generated.

**Actual behavior**

_Example:_ An error test is generated with information about errors in the concrete executor.

**Visual proofs (screenshots, logs, images)**

_Example:_
~~~
public void testFail_errors() {
// Couldn't generate some tests. List of errors:
//
// 684 occurrences of:
// Concrete execution failed
}
~~~

**Environment**

Test framework:

Java:

Mockito:

- [ ] Other packages
- [ ] Other classes
- [ ] Static mocking

Test:

- [ ] Parametrized

**Additional context**

Add any other context about the problem here.