Skip to content

Commit 0748a23

Browse files
committed
Update to the new repository URL
1 parent dd6e2cf commit 0748a23

File tree

189 files changed

+945
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+945
-756
lines changed

benchmarks/test_strategies.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

docs/conf.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

examples/test_binary_search.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

examples/test_rle.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

scripts/check_encoding_header.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

scripts/header.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

scripts/unicodechecker.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/__init__.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/_settings.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/configuration.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/control.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/core.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/database.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/errors.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/executors.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/__init__.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/datetime.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/django/__init__.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/django/models.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/fakefactory.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

src/hypothesis/extra/numpy.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding=utf-8
22
#
3-
# This file is part of Hypothesis (https://github.com/DRMacIver/hypothesis)
3+
# This file is part of Hypothesis, which may be found at
4+
# https://github.com/HypothesisWorks/hypothesis-python
45
#
56
# Most of this work is copyright (C) 2013-2015 David R. MacIver
67
# (david@drmaciver.com), but it contains contributions by others. See
7-
# https://github.com/DRMacIver/hypothesis/blob/master/CONTRIBUTING.rst for a
8-
# full list of people who may hold copyright, and consult the git log if you
9-
# need to determine who owns an individual contribution.
8+
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
9+
# consult the git log if you need to determine who owns an individual
10+
# contribution.
1011
#
1112
# This Source Code Form is subject to the terms of the Mozilla Public License,
1213
# v. 2.0. If a copy of the MPL was not distributed with this file, You can

0 commit comments

Comments
 (0)