1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00
Athanasius f2fd16307c JournalLock: Cleanup pytest coverage
* Some `# pragma: no cover' added where it's more pain to get coverage
  than to put up with lack of testing.

  We are choosing to NOT test retry_lock() or the call to it from
  update_lock() as it's tkinter stuff.
* Check `self.journal_dir_lockfile` exists before trying to call
  .close() on it.
* Note where platform checks means only one if branch gets run, so of
  course coverage will complain about the other one.
* Add test_release_lock_lie_locked() to test when not locked, but
  pretend we were so release_lock() returns False.
* Add test_update_lock_same() to check if an attempt is made to 'update'
  to the same directory.
2021-04-01 14:45:52 +01:00
2017-01-30 15:40:34 +00:00
2018-08-01 00:23:47 +01:00
2016-10-07 14:12:36 +01:00
2021-04-01 14:45:50 +01:00
2021-04-01 14:45:51 +01:00
2020-07-24 13:45:17 +01:00
2020-12-02 17:19:27 +02:00
2021-04-01 14:45:51 +01:00
2015-06-02 20:14:04 +01:00
2015-06-02 20:14:04 +01:00
2015-06-02 20:14:04 +01:00
2021-04-01 14:45:48 +01:00
2015-06-02 20:17:34 +01:00
2021-04-01 14:45:50 +01:00
2020-07-06 16:31:04 +01:00
2019-09-30 03:08:07 +01:00
2021-04-01 14:45:46 +01:00
2018-08-29 23:40:37 +01:00
2019-09-26 11:41:09 +01:00
2015-09-12 04:03:12 +01:00
2015-09-12 04:03:12 +01:00
2019-09-30 03:07:39 +01:00
2021-04-01 14:45:47 +01:00
2019-09-30 03:07:39 +01:00
2021-04-01 14:45:50 +01:00
2021-04-01 14:45:50 +01:00

Any questions or offers of help can be directed to the EDCD Discord #edmc channel:

Discord chat

Elite: Dangerous Market Connector (EDMC)

This application is only of use to PC players of the game Elite Dangerous (and its expansions). It won't work with PS4 or Xbox accounts.

It utilises the Journal files written by the game on the user's computer, together with data from the API Frontier Developments supplies in order to feed this data to various third party sites that the user may find useful.

See the Wiki documentation for more details.

Installation & Uninstall

Please see the Installation & Setup wiki page.

Running from source

Please see the Running from source wiki page.

Plugins

Plugins extend the behaviour of this app. See the Plugins wiki page for more information.

If you would like to write a plugin please see PLUGINS.md.

Troubleshooting

Please see the Troubleshooting wiki page.

Reporting a problem

Please report a problem as a new GitHub issue. See Reporting a problem for further guidance, including how to find the necessary log files to attach to the report.

Packaging for distribution

Please see docs/Releasing.md.

Disclaimer

This app uses the “Companion” web API that Frontier originally supplied for their Elite Dangerous iOS app and now support for third-party apps. If that API ceases to function in the future then much of this application's functionality will be curtailed (although it could still utilise Journal files).

Acknowledgements

Please see the Acknowledgements wiki page.

License

Copyright © 2015-2019 Jonathan Harris, 2020-2021 EDCD

Licensed under the GNU Public License (GPL) version 2 or later.

Description
Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
Readme GPL-2.0 62 MiB
Languages
Python 99.6%
Shell 0.4%