fixtures
- Sign up for GitHub or sign in to edit this page
Here are 182 public repositories matching this topic...
As reported in nelmio/alice#176 and hautelook/AliceBundle#240, Faker password provider may use the character @ which leads alice to think that there's a reference.
A fix would be to provide a way to escape any string, which could be done in v3 only and should be discussed in #377, another easier way is to create a custom faker provider which r
-
Updated
Oct 31, 2019 - 231 commits
- PHP
I would like to change time.Location of date, but cannot change because of this code.
So, I fixed my yaml file the following temporary.
- datetime: 2018-01-01 18:00:00
+ datetime: RAW="2018-01-01 18:00:00"
Is there other solution?
Create an admin action (http://docs.djangoproject.com/en/1.1/ref/contrib/admin/actions/#ref-contrib-admin-actions) to allow one or more model objects to be selected and exported.
This was quite the challenge to debug so I'm just putting it here, at least for Google to find. It's very simple and perfectly uinderstandable if you know about it.
TLDR If you're persisting fixtures for use in tests, note that some Doctrine's lifecycle events such as postLoad will not fire if you're testing loading those items (or have custom handlers).
Reason is simple: you're fetchi
A library for setting up Java objects as test data.
-
Updated
Oct 15, 2019 - 96 commits
- Java
An environment to define and run integration tests. It contains Fitnesse fixture (base) classes and a baseline Fitnesse installation.
-
Updated
Oct 26, 2019 - 2 commits
- Java
✔️ OkHttp mockwebserver with fixtures extension
-
Updated
Sep 23, 2019 - 27 commits
- Java
If I want to insert faker data to database, what should I do?
I add the following code in my application configuration (console.php):
'controllerMap' => [
'fixture' => [
'class' => '@tests\faker\FixtureController',
],
],And I rewrite the actionGenerate in @tests\faker\FixtureController. Is it right?
xUnit-style test fixture adapter for go test
-
Updated
Oct 19, 2019 - 220 commits
- Go
Plugin to list unused fixtures in your tests
-
Updated
Oct 14, 2019 - 35 commits
- Python
Gets your Rails templates/json into your JavaScript specs.
-
Updated
Feb 26, 2019 - 398 commits
- Ruby
🍏 Setup and tear down test fixtures with MongoDB.
-
Updated
Oct 22, 2019 - 123 commits
- JavaScript
Pytest plugin providing the ability to use docker-compose services as fixtures.
-
Updated
Nov 1, 2019 - 23 commits
- Python
genarates random data fixtures for testing
-
Updated
Jul 5, 2019 - 56 commits
- JavaScript
For properties like bulb type or lens name (or also DMX connector?), the QLC+ import plugin shouldn't import the "Other" value since almost all QLC+ fixtures have this as default, so it doesn't give us any information. Instead, it should simply omit these properties.
A simple and powerful way for making programatic assertions in your fake API
-
Updated
Aug 30, 2019 - 58 commits
- Java
Behat extension for HautelookAliceBundle.
-
Updated
Sep 6, 2019 - 61 commits
- PHP
I have searched the issue list for something similar, but I have not found the exact same issue.
The problem is that, given these two models:
attributes_forignores any explicitemployeeassignments: