-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New package names * New projects folder structures * Test deploy public-facing packages to pypi * csvqubed-models changes * `pyproject.toml`s updated * Documentation * READMEs updated * new issues on docs locations * imports, unit tests, behave tests fixed * imports in tests: test_dataclassbase.py, test_resource_serialisation.py * Jenkins updates Co-authored-by: @robons and @canwaf
- Loading branch information
Showing
187 changed files
with
939 additions
and
1,116 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
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
14 changes: 9 additions & 5 deletions
14
devtools/devtools/README.md → csvcubed-devtools/csvcubeddevtools/README.md
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 |
---|---|---|
@@ -1,19 +1,23 @@ | ||
# csvwlib - devtools | ||
# csvcubed - devtools | ||
|
||
> Shared test functionality & dev dependencies which are commonly required. | ||
The *devtools* package contains common packages necessary for development of *csvwlib* such as: | ||
The *devtools* package contains common packages necessary for development of *csvcubed* such as: | ||
|
||
* behave - for behaviour testing / BDD | ||
* docker - to execute docker containers, used to transform and test csvwlib outputs. | ||
* docker - to execute docker containers, used to transform and test csvcubed outputs. | ||
* black - auto-formatter to ensure consistent code formatting/style. | ||
|
||
It also contains shared functionality to support testing, e.g. common *behave* test steps like checking that files exist, using temporary directories when testing as well as tools to copy test files to & from docker containers. | ||
|
||
## Installation | ||
|
||
This package should be installed as a [dev dependency](https://python-poetry.org/docs/cli#options-3) to ensure that end-users of *csvwlib* are not required to install development tools such as docker. | ||
This package should be installed as a [dev dependency](https://python-poetry.org/docs/cli#options-3) to ensure that end-users of *csvcubed* are not required to install development tools such as docker. | ||
|
||
|
||
|
||
## API Documentation | ||
|
||
The latest API Documentation for the package can be found [here](https://ci.floop.org.uk/job/GSS_data/job/csvwlib/job/main/lastSuccessfulBuild/artifact/devtools/docs/_build/html/index.html). | ||
The latest API Documentation for the package can be found [here](https://ci.floop.org.uk/job/GSS_data/job/csvcubed/job/main/lastSuccessfulBuild/artifact/devtools/docs/_build/html/index.html). | ||
|
||
TODO: #217 Update API documentation location in csvcubed-devtools |
2 changes: 1 addition & 1 deletion
2
devtools/devtools/__init__.py → ...bed-devtools/csvcubeddevtools/__init__.py
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
Contains functionality helpful to the development of the csvwlib tooling. | ||
Contains functionality helpful to the development of the csvcubed tooling. | ||
N.B. This library should always be installed as a `dev-package` and never used by an end-user. | ||
""" |
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.