-
## 1. What would you like to have changed?
Caddy 2 needs more authentication modules. Right now, it supports HTTP Basic Authentication, but there are more methods we need to support:
- O…
mholt updated
2 years ago
-
**As a** developer,
**I want to** put a workflow in place
**so that** I can manage the project more effectively
**Acceptance Criteria:**
- In the actions tab create a custom/predefined workfl…
-
Microsoft Fakes is the free non-invasive mocking framework that uses code instrumentation to enable mocking of non-abstract entities. The paid alternative is this http://www.typemock.com/
As far as I…
-
Desired Behavior
==============================
If multiple methods are defined in vars. e.g. :
```
//vars/var1.groovy
def callMocked(){
toMock()
}
def toMock() {
"not mocked"
…
-
Hi
I have tried searching the documentation and the issues, but I did not find anything other than what seems to be "internal" implementation discussions.
I have an interface that defines a meth…
-
In GitLab by @gm2202981 on May 18, 2021, 17:06
# 개요
- 본 프로젝트에 사용될 Node.js에 적합한 테스트 프레임워크 비교 및 선정
## 테스트 프레임워크 비교
||Mocha|Jasmine|Qunit|
|---|---|---|---|
|버전|8.4.0|3.7.1|2.15.0|
|인기|중간|높음|낮음|
|asse…
-
In GitLab by @gm2202981 on May 18, 2021, 17:06
# 개요
- 본 프로젝트에 사용될 Node.js에 적합한 테스트 프레임워크 비교 및 선정
## 테스트 프레임워크 비교
||Mocha|Jasmine|Qunit|
|---|---|---|---|
|버전|8.4.0|3.7.1|2.15.0|
|인기|중간|높음|낮음|
|asse…
-
Is it possible to generate Kotlin models with default values?
When testing repositories and data mappers it would be convenient to have a quick way of creating these remote DTOs without having to p…
-
Our builds have started to get this Extension error after upgrading Sphinx to 1.5.0
`Could not import extension sphinx.builders.xml (exception: No module named sax.saxutils)`
Our extensions are …
-
There are several issues where people ask how to test `connected` components, as it's not possible to `setState` for them. The answer is - we need export pure and connected components separately.
([h…