-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #425 from Kegbot/mikey/v13-dev
Remove `KegbotBackend`; use native `JSONField`; fix up test fixtures
- Loading branch information
Showing
42 changed files
with
24,624 additions
and
104,634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ docs/build | |
### pykeg | ||
build | ||
dist | ||
test-db.sqlite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
fixtures: export KEGBOT_DATABASE_URL = sqlite:///test-db.sqlite | ||
fixtures: export KEGBOT_BASE_URL = http://fixture.example.com/ | ||
fixtures: export KEGBOT_ENV = test | ||
fixtures: | ||
rm -f test-db.sqlite | ||
bin/kegbot generate_fixtures | ||
rm -f test-db.sqlite | ||
|
||
.PHONY: fixtures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.