-
手元の MySQL に
```
CREATE DATABASE `isutrain`;
```
を実行後、 isutrain/webapp/sql に cd して `./generators/apply_fixture.sh` を実行。
(必ず `sql` ディレクトリでやること)
-
### Your Environment
Incompatibility with `Prisma v3+`
```
Fail fixture loading: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
In case this error …
-
This is not a question. It is an issue pointing out the inconsistencies between this project, the yii2 testing documentation and other yii2 components, which have resulted in costing developers dozens…
-
# Summary
It would be nice when the Pull Request Generator for gitlab creates a gitlab Environment.
https://docs.gitlab.com/ee/api/environments.html
https://docs.gitlab.com/ee/ci/environments/
…
-
There are multiple files in the repository that were committed with DOS line endings (CR LF) while the rest of the repository has files with Unix line endings (LF). This breaks Git subtree module whe…
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
### Steps to reproduce
```
rails g model Customer name:string
rails g model Customers::Category name:string description:string position:integer
```
This ends up creating two fixture files
* …
-
## WS-2021-0152 - High Severity Vulnerability
Vulnerable Libraries - color-string-0.3.0.tgz, color-string-1.5.3.tgz
color-string-0.3.0.tgz
Parser and generator for CSS color strings
Library home p…
-
the current usage of setupstate and runtestprotocol creates problematic quirks with tear-down,
to elevate that problem and separate reports better, we should instead have a generator for setup/teardow…
-
## Have you checked closed issues?
Yes
## Issue
The `App.run_test()` function is incompatible with pytest fixtures. Consider the following code example:
```py
import pytest
import pytest_as…