-
I have the following use case that I'd like to have supported:
- Run `manage.py generate` or `manage.py syncdb`
- Generator runs
- For each app, it saves all of it's output to `APPNAME/fixtures/genera…
-
Forgive the dumb question but I haven't been able to find an answer online. Using traditional fixtures and Test::Unit I can run unit tests in 1 minute 16 seconds:
```
time rake test:units
235 tests, …
-
```
What steps will reproduce the problem?
1. manage.py dumpdata > data.json
2. manage.py flush
3. manage.py loaddata data.json
What is the expected output? What do you see instead?
If you have any m…
-
It's really easy to assert the state of the DOM using jQuery's API, but it can be challenging to set up the same degree of specificity as tersely in your test setup. To that ends, I published jasmine-…
-
The current codebase could be called a horrible mess. Sorting it out seems like a bad idea, because it is built on principles that could be vastly improved.
Plan: Reprogram the whole codebase with new…
ollpu updated
9 years ago
-
```
What steps will reproduce the problem?
1. manage.py dumpdata > data.json
2. manage.py flush
3. manage.py loaddata data.json
What is the expected output? What do you see instead?
If you have any m…
-
The following reproduces the problem with just using the fixture HTML files:
- contents of `spec/fixtures/before/fixture.html`:
```
Université
```
- contents of `spec/fixt…
-
# Sprocket AuthZ
## The Before
Sprocket v1 (here-by _legacy_) had a verbose schema for impelementing Authorization, but it was never fully realized.
The basis was _action_ based access control, wher…
-
I might be wrong but it appears that if you use load('/path/to/directory') without specifying the db parameter, it does not work. After having a look at the code base, it seems that if you don't speci…
-
A tool for managing plugins.
egg-bin plugin [action]
## Action
Check the plugin.js
```
$ egg-bin plugin check
missing: a
>> Plugin [a] is disabled or missed, but is required by [b]…