-
How do I do data driven test in clay?
I tried using pytest's parameterize but doesn't seem to work with clay.
-
## Describe the bug
When using a custom path for themes in `config.toml`, tinty still tries to find themes in the repos directory instead of using the configured custom path.
## Expected behavior
…
-
# How To: Create a Flask API with JWT-Based Authentication (Part 2) - aaronluna.dev
Part 2 covers the basics of SQLAlchemy, the Flask-SQLAlchemy extension, and the Flask-Migrate extension. The proces…
-
#### What's the problem this feature will solve?
I am the author of [next-actions/pytest-mh](https://github.com/next-actions/pytest-mh) which is a multihost testing plugin for pytest. We are do…
-
A lot of live captured data is present in `conftest.py` which is not used and doesn't really adds to the robustness of the tests or capturing different cases of tests. The goal would be to:
- [ ] R…
-
I want to use this gem with RSpec, but can't quite figure out how. So far, I have this in my `spec_helper.rb`:
``` ruby
require 'mongoid-fixture_set'
RSpec.configure do |config|
config.include Mon…
-
We run into significant issues when we want to delete a model loaded via fixtures, because a new object can take the ID of an old one, and fixtures break due to duplicate key errors. It's also disadva…
-
The yaml looks correct but I cannot see these pages on guides.sproutcore.com.
- title: SproutCore Records
url: records
text: "The SproutCore data framework is a full-featured ORM-like framewor…
veebs updated
11 years ago
-
I tryed to use flask-fixtures for testing my project with py.test. It turned out that the only way to make fixtures load is to make the test class inherite from unittest.TestCase. Doing so make py.tes…
-
## Issue Description ##
Working on writing tests, and have a situation where I have reusable test code that I want to run with different fixtures (managing different user configurations). To manage…