Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate SIP and Transfer Manifest issue #38

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

nutjob4life
Copy link
Member

Summary

This pull resolves #29 and may resolve #27 (it's difficult to test resolutions of issues to GitHub Actions without a way to run Actions locally—although there is some interesting development in that area).

Test Data

This pull includes unit + functional tests on the test data. When I run them, I get:

$ bin/test
Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests in 0.000 seconds.
  Running:
    7/7 (100.0%) 
                                                                                                         
  Ran 7 tests with 0 failures, 0 errors, 0 skipped in 0.045 seconds.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.

Related Issues

…empting to catalog them while also finding primaries

    -   Also: make the pairing of lidvid → xml file unique to avoid redundnant cache entries
        -   Use `insert or ignore`
    -   Add a functional test that compares generated SIP with "valid" SIP
        -   And add framework for unit+functional+integration tests
-   Test data accessible via setuptools `pkg_resources`
-   Resolve #27: An *attempt* to tag test builds for test PyPI with both a date and timestamp; this requires dropping `--tag-date` and coming up with our own date+time format—and hoping that PyPI doesn't enforce its more capricious requirements on release naming
-   Add running tests in the CI/CD GitHub Action
-   Add ability to run tests with `setup test` as well as buildout's `bin/test`
-   Fix extra newlines in log messages
-   Remove need of extra `.strip()` calls by using a smarter regexp
-   PEP-8 cleanups: remove needless `+` for string concatenation
-   Arg list documentation in function calls
-   Remove exec bit from test data files
@jordanpadams jordanpadams changed the title Resolve #27 + #29 Fix duplicate SIP and Transfer Manifest issue Apr 20, 2020
@jordanpadams jordanpadams merged commit e28d3bf into master Apr 20, 2020
@jordanpadams jordanpadams deleted the i27+i29 branch April 20, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants