mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(tests): add Parallelization where possible (#1823)
* feat(tests): add Parallelization where possible
This commit is contained in:
parent
c0882aff84
commit
4cc0f9cc83
18 changed files with 53 additions and 2 deletions
|
@ -14,6 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func Test_service_parseMacros(t *testing.T) {
|
||||
t.Parallel()
|
||||
type args struct {
|
||||
release domain.Release
|
||||
action *domain.Action
|
||||
|
@ -67,6 +68,7 @@ func Test_service_parseMacros(t *testing.T) {
|
|||
}
|
||||
|
||||
func Test_service_execCmd(t *testing.T) {
|
||||
t.Parallel()
|
||||
type args struct {
|
||||
release domain.Release
|
||||
action *domain.Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue