-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV-2783: add unique link test (#1069)
Add test for detecting duplicate link definition via name or backref.
- Loading branch information
Showing
4 changed files
with
108 additions
and
8 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 |
---|---|---|
|
@@ -8,15 +8,16 @@ author_email = [email protected] | |
maintainer = GDC Feature Team | ||
maintainer_email = [email protected] | ||
license = Apache Software License 2.0 | ||
license_file = LICENSE | ||
license_files = LICENSE | ||
url = https://github.com/NCI-GDC/gdcdictionary | ||
keywords = Genomic Data Commons, JSON schema, Data Dictionary, GDC, Cancer Research | ||
classifiers = | ||
Programming Language :: PythonLicense :: OSI Approved :: Apache Software License | ||
Operating System :: Unix | ||
Operating System :: POSIX :: Linux | ||
License :: OSI Approved :: Apache Software License | ||
Topic :: Software Development :: Libraries :: Python Modules | ||
Topic :: Internet | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
|
@@ -25,7 +26,7 @@ classifiers = | |
|
||
[options] | ||
zip_safe = True | ||
packages = find: | ||
packages = find_namespace: | ||
package_dir = | ||
=src | ||
python_requires = >=3.7 | ||
|
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
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
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