Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / incuna/incuna-test-utils issues and pull requests

#73 - Bump py from 1.4.34 to 1.10.0

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#72 - Add support for Django 2.0

Pull Request - State: closed - Opened by maxpeterson over 4 years ago - 2 comments

#71 - Make DummyStorage support the Sequence protocol

Pull Request - State: closed - Opened by LilyFoote over 6 years ago

#70 - Django 1.11

Pull Request - State: closed - Opened by LilyFoote over 6 years ago

#69 - Get tests running using Pipenv

Pull Request - State: closed - Opened by LilyFoote over 6 years ago - 3 comments

#68 - Show warnings raised when running tests

Pull Request - State: closed - Opened by meshy about 7 years ago - 3 comments

#67 - Upgrade factory-boy

Pull Request - State: closed - Opened by meshy about 7 years ago - 1 comment

#66 - Update `compat` section of README

Pull Request - State: closed - Opened by meshy about 7 years ago - 3 comments

#65 - Exclude tests folder from package

Pull Request - State: closed - Opened by kevinetienne almost 8 years ago - 2 comments

#64 - Added get_field_by_name, another deprecated function from `Model._meta`

Pull Request - State: closed - Opened by todd-dembrey almost 8 years ago - 1 comment

#63 - Added new function

Pull Request - State: closed - Opened by todd-dembrey almost 8 years ago - 1 comment

#62 - Add AssertCheckErrorMixin to test django 'check'

Pull Request - State: closed - Opened by kevinetienne over 8 years ago - 6 comments

#61 - Update requirements.txt and drop support for Django1.7 and Django1.6

Pull Request - State: closed - Opened by kevinetienne over 8 years ago - 8 comments

#60 - Use request.data instead of request.DATA

Issue - State: open - Opened by kevinetienne over 8 years ago - 1 comment
Labels: enhancement

#59 - Tweak URLTestMixin.assert_url_matches_view

Pull Request - State: closed - Opened by LilyFoote almost 9 years ago - 2 comments
Labels: bug

#58 - Add APIExampleMixin

Pull Request - State: closed - Opened by LilyFoote almost 9 years ago - 3 comments
Labels: enhancement

#57 - Add `call-view` property to BaseRequestTestCase

Pull Request - State: closed - Opened by LilyFoote about 9 years ago - 6 comments
Labels: enhancement

#56 - Fix import path in README

Pull Request - State: closed - Opened by meshy about 9 years ago - 3 comments

#55 - assert_url_matches_view passes when as_view is missing

Pull Request - State: closed - Opened by LilyFoote about 9 years ago - 1 comment
Labels: bug

#54 - Add utils.field_names helper function

Pull Request - State: closed - Opened by LilyFoote over 9 years ago - 2 comments
Labels: enhancement

#53 - Fix bugs in the image factories

Pull Request - State: closed - Opened by adam-thomas over 9 years ago - 2 comments

#52 - Add file factory utilities

Pull Request - State: closed - Opened by adam-thomas over 9 years ago - 12 comments

#51 - Add deploy to travis

Pull Request - State: closed - Opened by kevinetienne over 9 years ago - 1 comment

#50 - Add local requirements file and a `make install`

Pull Request - State: closed - Opened by adam-thomas over 9 years ago - 4 comments

#49 - Add the ability to assert content is or isn't in data

Pull Request - State: closed - Opened by adam-thomas over 9 years ago - 3 comments

#48 - Test against DRF v2 and v3

Pull Request - State: closed - Opened by LilyFoote over 9 years ago - 2 comments

#47 - Add check_migrations management command

Pull Request - State: closed - Opened by LilyFoote over 9 years ago - 5 comments
Labels: enhancement

#46 - Add `isolate_method` context manager to utils.py

Pull Request - State: closed - Opened by LilyFoote almost 10 years ago - 2 comments
Labels: enhancement

#45 - Fix typo in changelog

Pull Request - State: closed - Opened by meshy almost 10 years ago - 6 comments

#44 - Add BaseAdminFactory

Pull Request - State: closed - Opened by kevinetienne almost 10 years ago - 4 comments

#43 - `BaseAdminIntegrationTestCase` should use `USERNAME_FIELD`

Pull Request - State: closed - Opened by kevinetienne almost 10 years ago - 1 comment

#42 - Limit line width in README.md

Pull Request - State: closed - Opened by kevinetienne almost 10 years ago - 2 comments

#41 - Add flake8 and flake8 import order to the project

Pull Request - State: closed - Opened by kevinetienne almost 10 years ago - 3 comments

#40 - Add AdminIntegrationTestCase

Pull Request - State: closed - Opened by meshy almost 10 years ago - 5 comments
Labels: enhancement

#39 - Fix setup.py

Pull Request - State: closed - Opened by meshy almost 10 years ago - 3 comments

#38 - Add view_instance helper method

Pull Request - State: closed - Opened by LilyFoote almost 10 years ago - 4 comments

#37 - Add missing requirements

Pull Request - State: closed - Opened by kevinetienne about 10 years ago - 3 comments
Labels: bug

#36 - Add a method to create a simple png

Issue - State: open - Opened by kevinetienne about 10 years ago
Labels: enhancement

#35 - Add assert_multiple and render_view_and_assert_content

Issue - State: open - Opened by adam-thomas about 10 years ago

#34 - Should IntegrationTestCase use self.client.get()?

Issue - State: open - Opened by adam-thomas about 10 years ago - 9 comments
Labels: question

#33 - Update README for Python2AssertMixin

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 1 comment

#32 - Rename Python2CountEqualMixin to Python2AssertMixin

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 4 comments

#31 - BaseUserFactory references non-standard field "name"

Pull Request - State: closed - Opened by meshy about 10 years ago - 3 comments
Labels: bug

#30 - Add much more detail to the README

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 4 comments

#29 - Add tests for untested code

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 2 comments

#28 - Add tests for factories and compat

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 5 comments

#27 - Refactor tests

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 2 comments

#26 - Add more tests

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 2 comments

#25 - Add test coverage

Pull Request - State: closed - Opened by adam-thomas about 10 years ago - 2 comments

#24 - Make BaseRequestTestCase.get_view a classmethod

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 2 comments

#23 - Update setup.py

Pull Request - State: closed - Opened by lowks about 10 years ago - 1 comment

#22 - Add tests

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 9 comments

#21 - Pass correct class to super call

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 1 comment

#20 - IntegrationTestCase needs to make more sense

Pull Request - State: closed - Opened by adam-thomas about 10 years ago - 3 comments

#19 - Fix APIRequestTestCase

Pull Request - State: closed - Opened by adam-thomas about 10 years ago - 6 comments

#18 - Add IntegrationTestCase

Pull Request - State: closed - Opened by adam-thomas about 10 years ago - 4 comments

#17 - Remove UserFactory

Pull Request - State: closed - Opened by LilyFoote about 10 years ago - 3 comments

#16 - Allow to pass urlconf to URLTestMixin.assert_url_matches_view

Pull Request - State: closed - Opened by kevinetienne over 10 years ago - 7 comments

#15 - Add checks for more versions of django

Pull Request - State: closed - Opened by meshy over 10 years ago - 1 comment

#14 - Add django 1.7 compat goodies

Pull Request - State: closed - Opened by meshy over 10 years ago - 2 comments

#13 - Fix URLTestCase check for cls attribute

Pull Request - State: closed - Opened by LilyFoote over 10 years ago

#12 - Remove AbstractModelMixin

Pull Request - State: closed - Opened by LilyFoote over 10 years ago - 1 comment

#11 - Add simple URLTestMixin and URLTestCase classes

Pull Request - State: closed - Opened by LilyFoote over 10 years ago - 4 comments

#10 - Expand our suite of helper test cases/mixins

Issue - State: open - Opened by adam-thomas over 10 years ago - 3 comments

#9 - Add new URL mixin for method-based views

Pull Request - State: closed - Opened by adam-thomas over 10 years ago - 2 comments

#8 - Add shim for assertItemsEqual/assertCountEqual

Pull Request - State: closed - Opened by meshy over 10 years ago - 3 comments

#7 - Documentation

Issue - State: open - Opened by maxpeterson over 10 years ago - 2 comments

#6 - Add wheel support

Pull Request - State: closed - Opened by LilyFoote over 10 years ago - 2 comments

#5 - Add URLsTestCase

Pull Request - State: closed - Opened by meshy over 10 years ago - 3 comments

#4 - Add RequestTestCase.

Pull Request - State: closed - Opened by maxpeterson over 10 years ago - 2 comments

#3 - Remove app-specific tearDown logic

Pull Request - State: closed - Opened by LilyFoote over 10 years ago - 3 comments

#2 - Fix UserFactory for django 1.4

Pull Request - State: closed - Opened by LilyFoote almost 11 years ago

#1 - Add feincms page factory

Pull Request - State: closed - Opened by meshy almost 11 years ago - 1 comment